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