#[repr(C)]pub struct ILayoutStorage {
pub lpVtbl: *mut ILayoutStorageVtbl,
}
Fields§
§lpVtbl: *mut ILayoutStorageVtbl
Trait Implementations§
Source§impl Clone for ILayoutStorage
impl Clone for ILayoutStorage
Source§fn clone(&self) -> ILayoutStorage
fn clone(&self) -> ILayoutStorage
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 moreSource§impl Debug for ILayoutStorage
impl Debug for ILayoutStorage
Source§impl Ord for ILayoutStorage
impl Ord for ILayoutStorage
Source§fn cmp(&self, other: &ILayoutStorage) -> Ordering
fn cmp(&self, other: &ILayoutStorage) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ILayoutStorage
impl PartialEq for ILayoutStorage
Source§impl PartialOrd for ILayoutStorage
impl PartialOrd for ILayoutStorage
impl Copy for ILayoutStorage
impl Eq for ILayoutStorage
impl StructuralPartialEq 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