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_INTEGER
Remaining: LARGE_INTEGER
BlockSize: DWORD
PartitionCount: DWORD
WriteProtected: BOOLEAN
Trait Implementations
Returns the “default value” for a type. Read more