pub enum CsvGuestIoctl {
GetReport = 1,
RtmrReq = 2,
_Undefined = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for CsvGuestIoctl
impl RefUnwindSafe for CsvGuestIoctl
impl Send for CsvGuestIoctl
impl Sync for CsvGuestIoctl
impl Unpin for CsvGuestIoctl
impl UnsafeUnpin for CsvGuestIoctl
impl UnwindSafe for CsvGuestIoctl
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