Struct IommuDescStub
pub struct IommuDescStub { /* private fields */ }Trait Implementations§
§impl Clone for IommuDescStub
impl Clone for IommuDescStub
§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 more§impl Debug for IommuDescStub
impl Debug for IommuDescStub
§impl Default for IommuDescStub
impl Default for IommuDescStub
§fn default() -> IommuDescStub
fn default() -> IommuDescStub
Returns the “default value” for a type. Read more
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
Source§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to Self