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