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