#[repr(C)]pub struct ArmSmmu {
pub base_address: u64,
}Expand description
An ARM SMMU
Fields§
§base_address: u64Trait Implementations§
impl Copy for ArmSmmu
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,
impl Eq for ArmSmmu
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.
Source§impl Ord for ArmSmmu
impl Ord for ArmSmmu
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ArmSmmu
impl PartialOrd for ArmSmmu
impl StructuralPartialEq for ArmSmmu
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, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§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]