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§impl BitOrAssign for CloneFlags
impl BitOrAssign for CloneFlags
Source§fn bitor_assign(&mut self, __rhs: Self)
fn bitor_assign(&mut self, __rhs: Self)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CloneFlags
Source§impl Default for CloneFlags
impl Default for CloneFlags
Source§fn default() -> CloneFlags
fn default() -> CloneFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CloneFlags
impl RefUnwindSafe for CloneFlags
impl Send for CloneFlags
impl Sync for CloneFlags
impl Unpin for CloneFlags
impl UnsafeUnpin 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