Struct win_sys::FileSystem::TAPE_SET_POSITION [−][src]
#[repr(C)]pub struct TAPE_SET_POSITION {
pub Method: TAPE_POSITION_METHOD,
pub Partition: u32,
pub Offset: i64,
pub Immediate: BOOLEAN,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
Method: TAPE_POSITION_METHODPartition: u32Offset: i64Immediate: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TAPE_SET_POSITION
impl Send for TAPE_SET_POSITION
impl Sync for TAPE_SET_POSITION
impl Unpin for TAPE_SET_POSITION
impl UnwindSafe for TAPE_SET_POSITION
Blanket Implementations
Mutably borrows from an owned value. Read more