#[repr(C)]pub struct TAPE_GET_MEDIA_PARAMETERS {
pub Capacity: i64,
pub Remaining: i64,
pub BlockSize: u32,
pub PartitionCount: u32,
pub WriteProtected: BOOLEAN,
}
Expand description
Required features: "Win32_System_SystemServices"
, "Win32_Foundation"
Fields
Capacity: i64
Remaining: i64
BlockSize: u32
PartitionCount: u32
WriteProtected: BOOLEAN
Trait Implementations
impl Clone for TAPE_GET_MEDIA_PARAMETERS
impl Clone for TAPE_GET_MEDIA_PARAMETERS
impl Copy for TAPE_GET_MEDIA_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for TAPE_GET_MEDIA_PARAMETERS
impl Send for TAPE_GET_MEDIA_PARAMETERS
impl Sync for TAPE_GET_MEDIA_PARAMETERS
impl Unpin for TAPE_GET_MEDIA_PARAMETERS
impl UnwindSafe for TAPE_GET_MEDIA_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more