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