Struct windows_metadata::writer::ClassLayout
source · [−]pub struct ClassLayout {}
Trait Implementations
sourceimpl Default for ClassLayout
impl Default for ClassLayout
sourcefn default() -> ClassLayout
fn default() -> ClassLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClassLayout
impl Send for ClassLayout
impl Sync for ClassLayout
impl Unpin for ClassLayout
impl UnwindSafe for ClassLayout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more