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