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