Struct winapi::um::winnt::TAPE_GET_MEDIA_PARAMETERS
source · #[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§
source§impl Clone for TAPE_GET_MEDIA_PARAMETERS
impl Clone for TAPE_GET_MEDIA_PARAMETERS
source§fn clone(&self) -> TAPE_GET_MEDIA_PARAMETERS
fn clone(&self) -> TAPE_GET_MEDIA_PARAMETERS
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 moresource§impl Default for TAPE_GET_MEDIA_PARAMETERS
impl Default for TAPE_GET_MEDIA_PARAMETERS
source§fn default() -> TAPE_GET_MEDIA_PARAMETERS
fn default() -> TAPE_GET_MEDIA_PARAMETERS
Returns the “default value” for a type. Read more