#[repr(transparent)]pub struct SetCoalescableTimer_uToleranceDelayFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SetCoalescableTimer_uToleranceDelayFlags
impl SetCoalescableTimer_uToleranceDelayFlags
pub const TIMERV_DEFAULT_COALESCING: Self
pub const TIMERV_NO_COALESCING: Self
Trait Implementations§
Source§impl Abi for SetCoalescableTimer_uToleranceDelayFlags
impl Abi for SetCoalescableTimer_uToleranceDelayFlags
Source§type Abi = SetCoalescableTimer_uToleranceDelayFlags
type Abi = SetCoalescableTimer_uToleranceDelayFlags
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAndAssign for SetCoalescableTimer_uToleranceDelayFlags
impl BitAndAssign for SetCoalescableTimer_uToleranceDelayFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for SetCoalescableTimer_uToleranceDelayFlags
impl BitOrAssign for SetCoalescableTimer_uToleranceDelayFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SetCoalescableTimer_uToleranceDelayFlags
impl Clone for SetCoalescableTimer_uToleranceDelayFlags
Source§fn clone(&self) -> SetCoalescableTimer_uToleranceDelayFlags
fn clone(&self) -> SetCoalescableTimer_uToleranceDelayFlags
Returns a duplicate 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 Default for SetCoalescableTimer_uToleranceDelayFlags
impl Default for SetCoalescableTimer_uToleranceDelayFlags
Source§fn default() -> SetCoalescableTimer_uToleranceDelayFlags
fn default() -> SetCoalescableTimer_uToleranceDelayFlags
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetCoalescableTimer_uToleranceDelayFlags
impl PartialEq for SetCoalescableTimer_uToleranceDelayFlags
Source§fn eq(&self, other: &SetCoalescableTimer_uToleranceDelayFlags) -> bool
fn eq(&self, other: &SetCoalescableTimer_uToleranceDelayFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SetCoalescableTimer_uToleranceDelayFlags
impl Eq for SetCoalescableTimer_uToleranceDelayFlags
impl StructuralPartialEq for SetCoalescableTimer_uToleranceDelayFlags
Auto Trait Implementations§
impl Freeze for SetCoalescableTimer_uToleranceDelayFlags
impl RefUnwindSafe for SetCoalescableTimer_uToleranceDelayFlags
impl Send for SetCoalescableTimer_uToleranceDelayFlags
impl Sync for SetCoalescableTimer_uToleranceDelayFlags
impl Unpin for SetCoalescableTimer_uToleranceDelayFlags
impl UnwindSafe for SetCoalescableTimer_uToleranceDelayFlags
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