Struct windows_sys::Win32::System::Com::StructuredStorage::STGOPTIONS
[−]#[repr(C)]pub struct STGOPTIONS {
pub usVersion: u16,
pub reserved: u16,
pub ulSectorSize: u32,
pub pwcsTemplateFile: PCWSTR,
}
Expand description
Required features: "Win32_System_Com_StructuredStorage"
Fields
usVersion: u16
reserved: u16
ulSectorSize: u32
pwcsTemplateFile: PCWSTR
Trait Implementations
impl Clone for STGOPTIONS
impl Clone for STGOPTIONS
impl Copy for STGOPTIONS
Auto Trait Implementations
impl RefUnwindSafe for STGOPTIONS
impl !Send for STGOPTIONS
impl !Sync for STGOPTIONS
impl Unpin for STGOPTIONS
impl UnwindSafe for STGOPTIONS
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