Struct win_sys::FileSystem::CLFS_PHYSICAL_LSN_INFORMATION [−][src]
#[repr(C)]pub struct CLFS_PHYSICAL_LSN_INFORMATION {
pub StreamIdentifier: u8,
pub VirtualLsn: CLS_LSN,
pub PhysicalLsn: CLS_LSN,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
StreamIdentifier: u8VirtualLsn: CLS_LSNPhysicalLsn: CLS_LSNTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for CLFS_PHYSICAL_LSN_INFORMATION
impl Sync for CLFS_PHYSICAL_LSN_INFORMATION
impl Unpin for CLFS_PHYSICAL_LSN_INFORMATION
impl UnwindSafe for CLFS_PHYSICAL_LSN_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more