pub struct IommuDescStub { /* private fields */ }Trait Implementations§
Source§impl Clone for IommuDescStub
impl Clone for IommuDescStub
Source§fn clone(&self) -> IommuDescStub
fn clone(&self) -> IommuDescStub
Returns a duplicate 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 IommuDescStub
impl Debug for IommuDescStub
Source§impl Default for IommuDescStub
impl Default for IommuDescStub
Source§fn default() -> IommuDescStub
fn default() -> IommuDescStub
Returns the “default value” for a type. Read more
Source§impl PartialEq for IommuDescStub
impl PartialEq for IommuDescStub
impl Copy for IommuDescStub
impl Eq for IommuDescStub
impl StructuralPartialEq for IommuDescStub
Auto Trait Implementations§
impl Freeze for IommuDescStub
impl RefUnwindSafe for IommuDescStub
impl Send for IommuDescStub
impl Sync for IommuDescStub
impl Unpin for IommuDescStub
impl UnwindSafe for IommuDescStub
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