Struct STGOPTIONS
#[repr(C)]pub struct STGOPTIONS {
pub usVersion: u16,
pub reserved: u16,
pub ulSectorSize: u32,
pub pwcsTemplateFile: PCWSTR,
}
Fields§
§usVersion: u16
§reserved: u16
§ulSectorSize: u32
§pwcsTemplateFile: PCWSTR
Trait Implementations§
§impl Clone for STGOPTIONS
impl Clone for STGOPTIONS
§fn clone(&self) -> STGOPTIONS
fn clone(&self) -> STGOPTIONS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for STGOPTIONS
Auto Trait Implementations§
impl Freeze for STGOPTIONS
impl RefUnwindSafe for STGOPTIONS
impl !Send for STGOPTIONS
impl !Sync for STGOPTIONS
impl Unpin for STGOPTIONS
impl UnwindSafe for STGOPTIONS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more