Struct windows::Win32::System::Com::StructuredStorage::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 more§impl Debug for STGOPTIONS
impl Debug for STGOPTIONS
§impl PartialEq for STGOPTIONS
impl PartialEq for STGOPTIONS
§fn eq(&self, other: &STGOPTIONS) -> bool
fn eq(&self, other: &STGOPTIONS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STGOPTIONS
impl Eq for STGOPTIONS
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)