Struct nuidl_lib::codegen::InterfaceDefn
source · pub struct InterfaceDefn { /* private fields */ }Trait Implementations§
source§impl Clone for InterfaceDefn
impl Clone for InterfaceDefn
source§fn clone(&self) -> InterfaceDefn
fn clone(&self) -> InterfaceDefn
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 InterfaceDefn
impl Debug for InterfaceDefn
source§impl PartialEq<InterfaceDefn> for InterfaceDefn
impl PartialEq<InterfaceDefn> for InterfaceDefn
source§fn eq(&self, other: &InterfaceDefn) -> bool
fn eq(&self, other: &InterfaceDefn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for InterfaceDefn
impl StructuralEq for InterfaceDefn
impl StructuralPartialEq for InterfaceDefn
Auto Trait Implementations§
impl RefUnwindSafe for InterfaceDefn
impl !Send for InterfaceDefn
impl !Sync for InterfaceDefn
impl Unpin for InterfaceDefn
impl UnwindSafe for InterfaceDefn
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