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