#[repr(C)]
pub union zx_profile_info_union {
pub priority_params: priority_params,
pub deadline_params: zx_sched_deadline_params_t,
}
Fields§
§priority_params: priority_params
§deadline_params: zx_sched_deadline_params_t
Trait Implementations§
Source§impl Clone for zx_profile_info_union
impl Clone for zx_profile_info_union
Source§fn clone(&self) -> zx_profile_info_union
fn clone(&self) -> zx_profile_info_union
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl FromBytes for zx_profile_info_unionwhere
priority_params: FromBytes + Immutable,
zx_sched_deadline_params_t: FromBytes + Immutable,
impl FromBytes for zx_profile_info_unionwhere
priority_params: FromBytes + Immutable,
zx_sched_deadline_params_t: FromBytes + Immutable,
Source§impl FromZeros for zx_profile_info_unionwhere
priority_params: FromZeros + Immutable,
zx_sched_deadline_params_t: FromZeros + Immutable,
impl FromZeros for zx_profile_info_unionwhere
priority_params: FromZeros + Immutable,
zx_sched_deadline_params_t: FromZeros + Immutable,
Source§impl TryFromBytes for zx_profile_info_unionwhere
priority_params: TryFromBytes + Immutable,
zx_sched_deadline_params_t: TryFromBytes + Immutable,
impl TryFromBytes for zx_profile_info_unionwhere
priority_params: TryFromBytes + Immutable,
zx_sched_deadline_params_t: TryFromBytes + Immutable,
§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for zx_profile_info_union
impl Immutable for zx_profile_info_unionwhere
priority_params: Immutable,
zx_sched_deadline_params_t: Immutable,
Auto Trait Implementations§
impl Freeze for zx_profile_info_union
impl RefUnwindSafe for zx_profile_info_union
impl Send for zx_profile_info_union
impl Sync for zx_profile_info_union
impl Unpin for zx_profile_info_union
impl UnwindSafe for zx_profile_info_union
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)