Struct windows_metadata::writer::NestedClass
source · [−]pub struct NestedClass {}
Trait Implementations
sourceimpl Default for NestedClass
impl Default for NestedClass
sourcefn default() -> NestedClass
fn default() -> NestedClass
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NestedClass
impl Send for NestedClass
impl Sync for NestedClass
impl Unpin for NestedClass
impl UnwindSafe for NestedClass
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