Struct win_sys::FileSystem::TAPE_PREPARE [−][src]
#[repr(C)]pub struct TAPE_PREPARE {
pub Operation: PREPARE_TAPE_OPERATION,
pub Immediate: BOOLEAN,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
Operation: PREPARE_TAPE_OPERATIONImmediate: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TAPE_PREPARE
impl Send for TAPE_PREPARE
impl Sync for TAPE_PREPARE
impl Unpin for TAPE_PREPARE
impl UnwindSafe for TAPE_PREPARE
Blanket Implementations
Mutably borrows from an owned value. Read more