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