pub struct ArmSmmu<T0> {
pub base_address: T0,
}Expand description
The generic type corresponding to ArmSmmu.
Fields§
§base_address: T0Trait Implementations§
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>,
Auto Trait Implementations§
impl<T0> Freeze for ArmSmmu<T0>where
T0: Freeze,
impl<T0> RefUnwindSafe for ArmSmmu<T0>where
T0: RefUnwindSafe,
impl<T0> Send for ArmSmmu<T0>where
T0: Send,
impl<T0> Sync for ArmSmmu<T0>where
T0: Sync,
impl<T0> Unpin for ArmSmmu<T0>where
T0: Unpin,
impl<T0> UnsafeUnpin for ArmSmmu<T0>where
T0: UnsafeUnpin,
impl<T0> UnwindSafe for ArmSmmu<T0>where
T0: UnwindSafe,
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
§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]