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