#[repr(C)]pub struct zx_info_timer_t {
pub options: u32,
pub clock_id: zx_clock_t,
pub deadline: zx_time_t,
pub slack: zx_duration_t,
}
Fields§
§options: u32
§clock_id: zx_clock_t
§deadline: zx_time_t
§slack: zx_duration_t
Trait Implementations§
Source§impl Clone for zx_info_timer_t
impl Clone for zx_info_timer_t
Source§fn clone(&self) -> zx_info_timer_t
fn clone(&self) -> zx_info_timer_t
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 Debug for zx_info_timer_t
impl Debug for zx_info_timer_t
Source§impl Default for zx_info_timer_t
impl Default for zx_info_timer_t
Source§fn default() -> zx_info_timer_t
fn default() -> zx_info_timer_t
Returns the “default value” for a type. Read more
Source§impl FromBytes for zx_info_timer_t
impl FromBytes for zx_info_timer_t
Source§impl FromZeros for zx_info_timer_t
impl FromZeros for zx_info_timer_t
Source§impl IntoBytes for zx_info_timer_twhere
u32: IntoBytes,
zx_clock_t: IntoBytes,
zx_time_t: IntoBytes,
zx_duration_t: IntoBytes,
(): PaddingFree<Self, { _ }>,
impl IntoBytes for zx_info_timer_twhere
u32: IntoBytes,
zx_clock_t: IntoBytes,
zx_time_t: IntoBytes,
zx_duration_t: IntoBytes,
(): PaddingFree<Self, { _ }>,
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl PartialEq for zx_info_timer_t
impl PartialEq for zx_info_timer_t
Source§impl TryFromBytes for zx_info_timer_twhere
u32: TryFromBytes,
zx_clock_t: TryFromBytes,
zx_time_t: TryFromBytes,
zx_duration_t: TryFromBytes,
impl TryFromBytes for zx_info_timer_twhere
u32: TryFromBytes,
zx_clock_t: TryFromBytes,
zx_time_t: TryFromBytes,
zx_duration_t: TryFromBytes,
§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_info_timer_t
impl Eq for zx_info_timer_t
impl Immutable for zx_info_timer_t
impl StructuralPartialEq for zx_info_timer_t
Auto Trait Implementations§
impl Freeze for zx_info_timer_t
impl RefUnwindSafe for zx_info_timer_t
impl Send for zx_info_timer_t
impl Sync for zx_info_timer_t
impl Unpin for zx_info_timer_t
impl UnwindSafe for zx_info_timer_t
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