Struct winapi::um::winnt::TAPE_WMI_OPERATIONS
source · #[repr(C)]pub struct TAPE_WMI_OPERATIONS {
pub Method: DWORD,
pub DataBufferSize: DWORD,
pub DataBuffer: PVOID,
}Fields§
§Method: DWORD§DataBufferSize: DWORD§DataBuffer: PVOIDTrait Implementations§
source§impl Clone for TAPE_WMI_OPERATIONS
impl Clone for TAPE_WMI_OPERATIONS
source§fn clone(&self) -> TAPE_WMI_OPERATIONS
fn clone(&self) -> TAPE_WMI_OPERATIONS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more