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