Struct LIBRARYSAVEFLAGS
#[repr(transparent)]pub struct LIBRARYSAVEFLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
§impl LIBRARYSAVEFLAGS
 
impl LIBRARYSAVEFLAGS
Trait Implementations§
§impl BitAnd for LIBRARYSAVEFLAGS
 
impl BitAnd for LIBRARYSAVEFLAGS
§impl BitAndAssign for LIBRARYSAVEFLAGS
 
impl BitAndAssign for LIBRARYSAVEFLAGS
§fn bitand_assign(&mut self, other: Self)
 
fn bitand_assign(&mut self, other: Self)
Performs the 
&= operation. Read more§impl BitOr for LIBRARYSAVEFLAGS
 
impl BitOr for LIBRARYSAVEFLAGS
§impl BitOrAssign for LIBRARYSAVEFLAGS
 
impl BitOrAssign for LIBRARYSAVEFLAGS
§fn bitor_assign(&mut self, other: Self)
 
fn bitor_assign(&mut self, other: Self)
Performs the 
|= operation. Read more§impl Clone for LIBRARYSAVEFLAGS
 
impl Clone for LIBRARYSAVEFLAGS
§fn clone(&self) -> LIBRARYSAVEFLAGS
 
fn clone(&self) -> LIBRARYSAVEFLAGS
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 LIBRARYSAVEFLAGS
 
impl Debug for LIBRARYSAVEFLAGS
§impl Default for LIBRARYSAVEFLAGS
 
impl Default for LIBRARYSAVEFLAGS
§fn default() -> LIBRARYSAVEFLAGS
 
fn default() -> LIBRARYSAVEFLAGS
Returns the “default value” for a type. Read more
§impl Not for LIBRARYSAVEFLAGS
 
impl Not for LIBRARYSAVEFLAGS
§impl PartialEq for LIBRARYSAVEFLAGS
 
impl PartialEq for LIBRARYSAVEFLAGS
impl Copy for LIBRARYSAVEFLAGS
impl Eq for LIBRARYSAVEFLAGS
impl StructuralPartialEq for LIBRARYSAVEFLAGS
Auto Trait Implementations§
impl Freeze for LIBRARYSAVEFLAGS
impl RefUnwindSafe for LIBRARYSAVEFLAGS
impl Send for LIBRARYSAVEFLAGS
impl Sync for LIBRARYSAVEFLAGS
impl Unpin for LIBRARYSAVEFLAGS
impl UnwindSafe for LIBRARYSAVEFLAGS
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