Struct windows_sys::Win32::Storage::FileSystem::TAPE_GET_POSITION
[−]#[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_TYPE
Partition: u32
Offset: i64
Trait Implementations
impl Clone for TAPE_GET_POSITION
impl Clone for TAPE_GET_POSITION
impl Copy for TAPE_GET_POSITION
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more