#[repr(C)]pub struct ILayoutStorage {
pub lpVtbl: *mut ILayoutStorageVtbl,
}Fields§
§lpVtbl: *mut ILayoutStorageVtblTrait Implementations§
Source§impl Clone for ILayoutStorage
impl Clone for ILayoutStorage
Source§fn clone(&self) -> ILayoutStorage
fn clone(&self) -> ILayoutStorage
Returns a duplicate 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 ILayoutStorage
impl Debug for ILayoutStorage
impl Copy for ILayoutStorage
Auto Trait Implementations§
impl Freeze for ILayoutStorage
impl RefUnwindSafe for ILayoutStorage
impl !Send for ILayoutStorage
impl !Sync for ILayoutStorage
impl Unpin for ILayoutStorage
impl UnwindSafe for ILayoutStorage
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