#[repr(transparent)]pub struct SendMessageTimeout_fuFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SendMessageTimeout_fuFlags
impl SendMessageTimeout_fuFlags
pub const SMTO_ABORTIFHUNG: Self
pub const SMTO_BLOCK: Self
pub const SMTO_NORMAL: Self
pub const SMTO_NOTIMEOUTIFNOTHUNG: Self
pub const SMTO_ERRORONEXIT: Self
Trait Implementations§
Source§impl Abi for SendMessageTimeout_fuFlags
impl Abi for SendMessageTimeout_fuFlags
Source§type Abi = SendMessageTimeout_fuFlags
type Abi = SendMessageTimeout_fuFlags
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 BitAnd for SendMessageTimeout_fuFlags
impl BitAnd for SendMessageTimeout_fuFlags
Source§impl BitAndAssign for SendMessageTimeout_fuFlags
impl BitAndAssign for SendMessageTimeout_fuFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SendMessageTimeout_fuFlags
impl BitOr for SendMessageTimeout_fuFlags
Source§impl BitOrAssign for SendMessageTimeout_fuFlags
impl BitOrAssign for SendMessageTimeout_fuFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SendMessageTimeout_fuFlags
impl Clone for SendMessageTimeout_fuFlags
Source§fn clone(&self) -> SendMessageTimeout_fuFlags
fn clone(&self) -> SendMessageTimeout_fuFlags
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 Debug for SendMessageTimeout_fuFlags
impl Debug for SendMessageTimeout_fuFlags
Source§impl Default for SendMessageTimeout_fuFlags
impl Default for SendMessageTimeout_fuFlags
Source§fn default() -> SendMessageTimeout_fuFlags
fn default() -> SendMessageTimeout_fuFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for SendMessageTimeout_fuFlags
impl From<u32> for SendMessageTimeout_fuFlags
impl Copy for SendMessageTimeout_fuFlags
impl Eq for SendMessageTimeout_fuFlags
impl StructuralPartialEq for SendMessageTimeout_fuFlags
Auto Trait Implementations§
impl Freeze for SendMessageTimeout_fuFlags
impl RefUnwindSafe for SendMessageTimeout_fuFlags
impl Send for SendMessageTimeout_fuFlags
impl Sync for SendMessageTimeout_fuFlags
impl Unpin for SendMessageTimeout_fuFlags
impl UnwindSafe for SendMessageTimeout_fuFlags
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