pub struct CloneFlags(/* private fields */);
Implementations§
Source§impl CloneFlags
impl CloneFlags
pub const CLEAR_SIGHAND: Self
pub const FILES: Self
pub const FS: Self
pub const NEWCGROUP: Self
pub const NEWIPC: Self
pub const NEWNET: Self
pub const NEWNS: Self
pub const NEWPID: Self
pub const NEWUSER: Self
pub const VM: Self
pub const VFORK: Self
Trait Implementations§
Source§impl BitOr for CloneFlags
impl BitOr for CloneFlags
Source§type Output = CloneFlags
type Output = CloneFlags
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: CloneFlags) -> CloneFlags
fn bitor(self, rhs: CloneFlags) -> CloneFlags
Performs the
|
operation. Read moreSource§impl BitOrAssign for CloneFlags
impl BitOrAssign for CloneFlags
Source§fn bitor_assign(&mut self, rhs: CloneFlags)
fn bitor_assign(&mut self, rhs: CloneFlags)
Performs the
|=
operation. Read moreSource§impl Clone for CloneFlags
impl Clone for CloneFlags
Source§fn clone(&self) -> CloneFlags
fn clone(&self) -> CloneFlags
Returns a duplicate 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 CloneFlags
impl Default for CloneFlags
Source§fn default() -> CloneFlags
fn default() -> CloneFlags
Returns the “default value” for a type. Read more
impl Copy for CloneFlags
Auto Trait Implementations§
impl Freeze for CloneFlags
impl RefUnwindSafe for CloneFlags
impl Send for CloneFlags
impl Sync for CloneFlags
impl Unpin for CloneFlags
impl UnwindSafe for CloneFlags
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