Struct win_sys::FileSystem::TXF_LOG_RECORD_BASE [−][src]
#[repr(C)]pub struct TXF_LOG_RECORD_BASE {
pub Version: u16,
pub RecordType: TXF_LOG_RECORD_TYPE,
pub RecordLength: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
Version: u16RecordType: TXF_LOG_RECORD_TYPERecordLength: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TXF_LOG_RECORD_BASE
impl Send for TXF_LOG_RECORD_BASE
impl Sync for TXF_LOG_RECORD_BASE
impl Unpin for TXF_LOG_RECORD_BASE
impl UnwindSafe for TXF_LOG_RECORD_BASE
Blanket Implementations
Mutably borrows from an owned value. Read more