enum DeviceManagerHypercall {
PowerOff(usize),
PowerOn(usize),
}Variants§
Implementations§
Source§impl DeviceManagerHypercall
impl DeviceManagerHypercall
fn new(abi: &HypercallAbi) -> Option<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceManagerHypercall
impl RefUnwindSafe for DeviceManagerHypercall
impl Send for DeviceManagerHypercall
impl Sync for DeviceManagerHypercall
impl Unpin for DeviceManagerHypercall
impl UnwindSafe for DeviceManagerHypercall
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