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