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