pub enum DcuDeviceIoctl {
GetReport = 23,
_Undefined = 24,
}Expand description
IOCTL command enumeration for DCU device operations
Variants§
GetReport = 23
Command to request attestation report from device
_Undefined = 24
Placeholder for undefined/unused commands
Auto Trait Implementations§
impl Freeze for DcuDeviceIoctl
impl RefUnwindSafe for DcuDeviceIoctl
impl Send for DcuDeviceIoctl
impl Sync for DcuDeviceIoctl
impl Unpin for DcuDeviceIoctl
impl UnsafeUnpin for DcuDeviceIoctl
impl UnwindSafe for DcuDeviceIoctl
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