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