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