#[repr(transparent)]pub struct PARAFORMAT_MASK(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Abi for PARAFORMAT_MASK
impl Abi for PARAFORMAT_MASK
Source§type Abi = PARAFORMAT_MASK
type Abi = PARAFORMAT_MASK
The abi representation of the implementing type. Read more
type DefaultType = PARAFORMAT_MASK
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for PARAFORMAT_MASK
impl BitAnd for PARAFORMAT_MASK
Source§impl BitAndAssign for PARAFORMAT_MASK
impl BitAndAssign for PARAFORMAT_MASK
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for PARAFORMAT_MASK
impl BitOr for PARAFORMAT_MASK
Source§impl BitOrAssign for PARAFORMAT_MASK
impl BitOrAssign for PARAFORMAT_MASK
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for PARAFORMAT_MASK
impl Clone for PARAFORMAT_MASK
Source§fn clone(&self) -> PARAFORMAT_MASK
fn clone(&self) -> PARAFORMAT_MASK
Returns a copy 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 PARAFORMAT_MASK
impl Debug for PARAFORMAT_MASK
Source§impl Default for PARAFORMAT_MASK
impl Default for PARAFORMAT_MASK
Source§fn default() -> PARAFORMAT_MASK
fn default() -> PARAFORMAT_MASK
Returns the “default value” for a type. Read more
Source§impl From<u32> for PARAFORMAT_MASK
impl From<u32> for PARAFORMAT_MASK
Source§impl PartialEq for PARAFORMAT_MASK
impl PartialEq for PARAFORMAT_MASK
impl Copy for PARAFORMAT_MASK
impl Eq for PARAFORMAT_MASK
impl StructuralPartialEq for PARAFORMAT_MASK
Auto Trait Implementations§
impl Freeze for PARAFORMAT_MASK
impl RefUnwindSafe for PARAFORMAT_MASK
impl Send for PARAFORMAT_MASK
impl Sync for PARAFORMAT_MASK
impl Unpin for PARAFORMAT_MASK
impl UnwindSafe for PARAFORMAT_MASK
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