#[repr(C)]pub struct tagStorageLayout {
pub LayoutType: DWORD,
pub pwcsElementName: *mut OLECHAR,
pub cOffset: LARGE_INTEGER,
pub cBytes: LARGE_INTEGER,
}
Fields§
§LayoutType: DWORD
§pwcsElementName: *mut OLECHAR
§cOffset: LARGE_INTEGER
§cBytes: LARGE_INTEGER
Trait 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 Freeze for tagStorageLayout
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