#[repr(C)]pub struct zx_policy_timer_slack {
pub min_slack: zx_duration_t,
pub default_mode: u32,
}Fields§
§min_slack: zx_duration_t§default_mode: u32Trait Implementations§
Source§impl Clone for zx_policy_timer_slack
impl Clone for zx_policy_timer_slack
Source§fn clone(&self) -> zx_policy_timer_slack
fn clone(&self) -> zx_policy_timer_slack
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§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_policy_timer_slack
impl Debug for zx_policy_timer_slack
Source§impl PartialEq for zx_policy_timer_slack
impl PartialEq for zx_policy_timer_slack
Source§fn eq(&self, other: &zx_policy_timer_slack) -> bool
fn eq(&self, other: &zx_policy_timer_slack) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for zx_policy_timer_slack
impl Eq for zx_policy_timer_slack
impl StructuralPartialEq for zx_policy_timer_slack
Auto Trait Implementations§
impl Freeze for zx_policy_timer_slack
impl RefUnwindSafe for zx_policy_timer_slack
impl Send for zx_policy_timer_slack
impl Sync for zx_policy_timer_slack
impl Unpin for zx_policy_timer_slack
impl UnsafeUnpin for zx_policy_timer_slack
impl UnwindSafe for zx_policy_timer_slack
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)