#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ILayoutStorage
Auto Trait Implementations§
impl !Send for ILayoutStorage
impl !Sync for ILayoutStorage
impl Freeze for ILayoutStorage
impl RefUnwindSafe for ILayoutStorage
impl Unpin for ILayoutStorage
impl UnsafeUnpin 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