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