pub struct ComputerSystemSetDefaultBootOrderAction {}Expand description
This action sets the BootOrder property to the default settings.
This action shall set the BootOrder array to the default settings.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComputerSystemSetDefaultBootOrderAction
impl RefUnwindSafe for ComputerSystemSetDefaultBootOrderAction
impl Send for ComputerSystemSetDefaultBootOrderAction
impl Sync for ComputerSystemSetDefaultBootOrderAction
impl Unpin for ComputerSystemSetDefaultBootOrderAction
impl UnsafeUnpin for ComputerSystemSetDefaultBootOrderAction
impl UnwindSafe for ComputerSystemSetDefaultBootOrderAction
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