Struct MW_FILTERMODE
#[repr(transparent)]pub struct MW_FILTERMODE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for MW_FILTERMODE
impl Clone for MW_FILTERMODE
§fn clone(&self) -> MW_FILTERMODE
fn clone(&self) -> MW_FILTERMODE
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 more§impl Debug for MW_FILTERMODE
impl Debug for MW_FILTERMODE
§impl Default for MW_FILTERMODE
impl Default for MW_FILTERMODE
§fn default() -> MW_FILTERMODE
fn default() -> MW_FILTERMODE
Returns the “default value” for a type. Read more
§impl PartialEq for MW_FILTERMODE
impl PartialEq for MW_FILTERMODE
impl Copy for MW_FILTERMODE
impl Eq for MW_FILTERMODE
impl StructuralPartialEq for MW_FILTERMODE
Auto Trait Implementations§
impl Freeze for MW_FILTERMODE
impl RefUnwindSafe for MW_FILTERMODE
impl Send for MW_FILTERMODE
impl Sync for MW_FILTERMODE
impl Unpin for MW_FILTERMODE
impl UnwindSafe for MW_FILTERMODE
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