Struct vc6_sys::tagStorageLayout
source · #[repr(C)]pub struct tagStorageLayout {
pub LayoutType: DWORD,
pub pwcsElementName: *mut OLECHAR,
pub cOffset: LARGE_INTEGER,
pub cBytes: LARGE_INTEGER,
}Expand description
Generated header for interface: ILayoutStorage at Thu Sep 11 10:57:04 1997 using MIDL 3.03.0110
Fields§
§LayoutType: DWORD§pwcsElementName: *mut OLECHAR§cOffset: LARGE_INTEGER§cBytes: LARGE_INTEGERTrait Implementations§
source§impl Clone for tagStorageLayout
impl Clone for tagStorageLayout
source§fn clone(&self) -> tagStorageLayout
fn clone(&self) -> tagStorageLayout
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 tagStorageLayout
Auto Trait Implementations§
impl RefUnwindSafe for tagStorageLayout
impl !Send for tagStorageLayout
impl !Sync for tagStorageLayout
impl Unpin for tagStorageLayout
impl UnwindSafe for tagStorageLayout
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