pub struct FsopenFlags(/* private fields */);
Implementations§
Source§impl FsopenFlags
impl FsopenFlags
Trait Implementations§
Source§impl BitOr for FsopenFlags
impl BitOr for FsopenFlags
Source§type Output = FsopenFlags
type Output = FsopenFlags
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: FsopenFlags) -> FsopenFlags
fn bitor(self, rhs: FsopenFlags) -> FsopenFlags
Performs the
|
operation. Read moreSource§impl Clone for FsopenFlags
impl Clone for FsopenFlags
Source§fn clone(&self) -> FsopenFlags
fn clone(&self) -> FsopenFlags
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 moreSource§impl Default for FsopenFlags
impl Default for FsopenFlags
Source§fn default() -> FsopenFlags
fn default() -> FsopenFlags
Returns the “default value” for a type. Read more
impl Copy for FsopenFlags
Auto Trait Implementations§
impl Freeze for FsopenFlags
impl RefUnwindSafe for FsopenFlags
impl Send for FsopenFlags
impl Sync for FsopenFlags
impl Unpin for FsopenFlags
impl UnwindSafe for FsopenFlags
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