Struct maelstrom_linux::FsconfigCommand
source · pub struct FsconfigCommand(/* private fields */);
Implementations§
source§impl FsconfigCommand
impl FsconfigCommand
pub const SET_FLAG: Self = _
pub const SET_STRING: Self = _
pub const SET_BINARY: Self = _
pub const SET_PATH: Self = _
pub const SET_PATH_EMPTY: Self = _
pub const SET_FD: Self = _
pub const CMD_CREATE: Self = _
pub const CMD_RECONFIGURE: Self = _
pub const CMD_CREATE_EXCL: Self = _
Trait Implementations§
source§impl BitOr for FsconfigCommand
impl BitOr for FsconfigCommand
§type Output = FsconfigCommand
type Output = FsconfigCommand
The resulting type after applying the
|
operator.source§fn bitor(self, rhs: FsconfigCommand) -> FsconfigCommand
fn bitor(self, rhs: FsconfigCommand) -> FsconfigCommand
Performs the
|
operation. Read moresource§impl Clone for FsconfigCommand
impl Clone for FsconfigCommand
source§fn clone(&self) -> FsconfigCommand
fn clone(&self) -> FsconfigCommand
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 FsconfigCommand
impl Default for FsconfigCommand
source§fn default() -> FsconfigCommand
fn default() -> FsconfigCommand
Returns the “default value” for a type. Read more
impl Copy for FsconfigCommand
Auto Trait Implementations§
impl Freeze for FsconfigCommand
impl RefUnwindSafe for FsconfigCommand
impl Send for FsconfigCommand
impl Sync for FsconfigCommand
impl Unpin for FsconfigCommand
impl UnwindSafe for FsconfigCommand
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)