Struct winapi::um::winnt::TAPE_GET_MEDIA_PARAMETERS [−][src]
#[repr(C)]pub struct TAPE_GET_MEDIA_PARAMETERS {
pub Capacity: LARGE_INTEGER,
pub Remaining: LARGE_INTEGER,
pub BlockSize: DWORD,
pub PartitionCount: DWORD,
pub WriteProtected: BOOLEAN,
}Fields
Capacity: LARGE_INTEGERRemaining: LARGE_INTEGERBlockSize: DWORDPartitionCount: DWORDWriteProtected: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more