#[repr(C)]pub struct tagSTGOPTIONS {
pub usVersion: USHORT,
pub reserved: USHORT,
pub ulSectorSize: ULONG,
pub pwcsTemplateFile: *const WCHAR,
}Fields§
§usVersion: USHORT§reserved: USHORT§ulSectorSize: ULONG§pwcsTemplateFile: *const WCHARTrait Implementations§
Source§impl Clone for tagSTGOPTIONS
impl Clone for tagSTGOPTIONS
Source§fn clone(&self) -> tagSTGOPTIONS
fn clone(&self) -> tagSTGOPTIONS
Returns a duplicate 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 moreSource§impl Debug for tagSTGOPTIONS
impl Debug for tagSTGOPTIONS
impl Copy for tagSTGOPTIONS
Auto Trait Implementations§
impl Freeze for tagSTGOPTIONS
impl RefUnwindSafe for tagSTGOPTIONS
impl !Send for tagSTGOPTIONS
impl !Sync for tagSTGOPTIONS
impl Unpin for tagSTGOPTIONS
impl UnwindSafe for tagSTGOPTIONS
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