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