Struct win_sys::SystemServices::TAPE_SET_DRIVE_PARAMETERS [−][src]
#[repr(C)]pub struct TAPE_SET_DRIVE_PARAMETERS {
pub ECC: BOOLEAN,
pub Compression: BOOLEAN,
pub DataPadding: BOOLEAN,
pub ReportSetmarks: BOOLEAN,
pub EOTWarningZoneSize: u32,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
ECC: BOOLEANCompression: BOOLEANDataPadding: BOOLEANReportSetmarks: BOOLEANEOTWarningZoneSize: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TAPE_SET_DRIVE_PARAMETERS
impl Send for TAPE_SET_DRIVE_PARAMETERS
impl Sync for TAPE_SET_DRIVE_PARAMETERS
impl Unpin for TAPE_SET_DRIVE_PARAMETERS
impl UnwindSafe for TAPE_SET_DRIVE_PARAMETERS
Blanket Implementations
Mutably borrows from an owned value. Read more