Struct win_sys::SystemServices::TAPE_WMI_OPERATIONS [−][src]
#[repr(C)]pub struct TAPE_WMI_OPERATIONS {
pub Method: u32,
pub DataBufferSize: u32,
pub DataBuffer: *mut c_void,
}Expand description
Required features: Win32_System_SystemServices
Fields
Method: u32DataBufferSize: u32DataBuffer: *mut c_voidTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TAPE_WMI_OPERATIONS
impl !Send for TAPE_WMI_OPERATIONS
impl !Sync for TAPE_WMI_OPERATIONS
impl Unpin for TAPE_WMI_OPERATIONS
impl UnwindSafe for TAPE_WMI_OPERATIONS
Blanket Implementations
Mutably borrows from an owned value. Read more