#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagSTGOPTIONS
Auto Trait Implementations§
impl !Send for tagSTGOPTIONS
impl !Sync for tagSTGOPTIONS
impl Freeze for tagSTGOPTIONS
impl RefUnwindSafe for tagSTGOPTIONS
impl Unpin for tagSTGOPTIONS
impl UnsafeUnpin 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