#[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 WCHAR
Trait Implementations§
Source§impl Clone for tagSTGOPTIONS
impl Clone for tagSTGOPTIONS
Source§fn clone(&self) -> tagSTGOPTIONS
fn clone(&self) -> tagSTGOPTIONS
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 moreSource§impl Debug for tagSTGOPTIONS
impl Debug for tagSTGOPTIONS
Source§impl Ord for tagSTGOPTIONS
impl Ord for tagSTGOPTIONS
Source§fn cmp(&self, other: &tagSTGOPTIONS) -> Ordering
fn cmp(&self, other: &tagSTGOPTIONS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSTGOPTIONS
impl PartialEq for tagSTGOPTIONS
Source§impl PartialOrd for tagSTGOPTIONS
impl PartialOrd for tagSTGOPTIONS
impl Copy for tagSTGOPTIONS
impl Eq for tagSTGOPTIONS
impl StructuralPartialEq 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