#[repr(C)]pub struct ArmSmmu {
pub base_address: Uint64,
}Expand description
The wire type corresponding to ArmSmmu.
Fields§
§base_address: Uint64Trait Implementations§
Source§impl Constrained for ArmSmmu
impl Constrained for ArmSmmu
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<___E> Encode<ArmSmmu, ___E> for ArmSmmuwhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<ArmSmmu, ___E> for ArmSmmuwhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<ArmSmmu, ArmSmmu>
const COPY_OPTIMIZATION: CopyOptimization<ArmSmmu, ArmSmmu>
Source§impl<'a, ___E> Encode<ArmSmmu, ___E> for &'a ArmSmmuwhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<ArmSmmu, ___E> for &'a ArmSmmuwhere
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E, T0> Encode<ArmSmmu, ___E> for ArmSmmu<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint64, ___E>,
impl<___E, T0> Encode<ArmSmmu, ___E> for ArmSmmu<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint64, ___E>,
Source§impl FromWireRef<ArmSmmu> for ArmSmmu
impl FromWireRef<ArmSmmu> for ArmSmmu
Source§fn from_wire_ref(wire: &ArmSmmu) -> ArmSmmu
fn from_wire_ref(wire: &ArmSmmu) -> ArmSmmu
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for ArmSmmu
impl RefUnwindSafe for ArmSmmu
impl Send for ArmSmmu
impl Sync for ArmSmmu
impl Unpin for ArmSmmu
impl UnsafeUnpin for ArmSmmu
impl UnwindSafe for ArmSmmu
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> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§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]