#[repr(transparent)]pub struct COWAIT_FLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl COWAIT_FLAGS
impl COWAIT_FLAGS
pub const COWAIT_DEFAULT: Self
pub const COWAIT_WAITALL: Self
pub const COWAIT_ALERTABLE: Self
pub const COWAIT_INPUTAVAILABLE: Self
pub const COWAIT_DISPATCH_CALLS: Self
pub const COWAIT_DISPATCH_WINDOW_MESSAGES: Self
Trait Implementations§
Source§impl Abi for COWAIT_FLAGS
impl Abi for COWAIT_FLAGS
Source§type Abi = COWAIT_FLAGS
type Abi = COWAIT_FLAGS
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 Clone for COWAIT_FLAGS
impl Clone for COWAIT_FLAGS
Source§fn clone(&self) -> COWAIT_FLAGS
fn clone(&self) -> COWAIT_FLAGS
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 COWAIT_FLAGS
impl Debug for COWAIT_FLAGS
Source§impl Default for COWAIT_FLAGS
impl Default for COWAIT_FLAGS
Source§fn default() -> COWAIT_FLAGS
fn default() -> COWAIT_FLAGS
Returns the “default value” for a type. Read more
Source§impl From<i32> for COWAIT_FLAGS
impl From<i32> for COWAIT_FLAGS
Source§impl PartialEq for COWAIT_FLAGS
impl PartialEq for COWAIT_FLAGS
impl Copy for COWAIT_FLAGS
impl Eq for COWAIT_FLAGS
impl StructuralPartialEq for COWAIT_FLAGS
Auto Trait Implementations§
impl Freeze for COWAIT_FLAGS
impl RefUnwindSafe for COWAIT_FLAGS
impl Send for COWAIT_FLAGS
impl Sync for COWAIT_FLAGS
impl Unpin for COWAIT_FLAGS
impl UnwindSafe for COWAIT_FLAGS
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