#[repr(C)]pub struct Argument(/* private fields */);
Expand description
Represents the command argument for Cmd0.
Implementations§
Source§impl Argument
impl Argument
Sourcepub const fn fast_boot_mode(&self) -> Result<FastBootMode>
pub const fn fast_boot_mode(&self) -> Result<FastBootMode>
Gets the FastBootMode field of the Argument.
Sourcepub fn set_fast_boot_mode(&mut self, val: FastBootMode)
pub fn set_fast_boot_mode(&mut self, val: FastBootMode)
Sets the FastBootMode field of the Argument.
Trait Implementations§
impl Copy for Argument
impl Eq for Argument
impl StructuralPartialEq for Argument
Auto Trait Implementations§
impl Freeze for Argument
impl RefUnwindSafe for Argument
impl Send for Argument
impl Sync for Argument
impl Unpin for Argument
impl UnwindSafe for Argument
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