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