pub struct Bti {
pub iommu_id: Option<u32>,
pub bti_id: Option<u32>,
pub name: Option<String>,
}Expand description
Definition of a bus transaction initiator (bti) for a platform device node.
Fields§
§iommu_id: Option<u32>§bti_id: Option<u32>§name: Option<String>Trait Implementations§
Source§impl<___E> Encode<Bti<'static>, ___E> for Btiwhere
___E: Encoder + ?Sized,
impl<___E> Encode<Bti<'static>, ___E> for Btiwhere
___E: Encoder + ?Sized,
Source§impl<'a, ___E> Encode<Bti<'static>, ___E> for &'a Btiwhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<Bti<'static>, ___E> for &'a Btiwhere
___E: Encoder + ?Sized,
impl Eq for Bti
Source§impl<'de> FromWireRef<Bti<'de>> for Bti
impl<'de> FromWireRef<Bti<'de>> for Bti
Source§fn from_wire_ref(wire: &Bti<'de>) -> Self
fn from_wire_ref(wire: &Bti<'de>) -> Self
Converts the given reference to this type.
Source§impl Ord for Bti
impl Ord for Bti
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 Bti
impl PartialOrd for Bti
impl StructuralPartialEq for Bti
Auto Trait Implementations§
impl Freeze for Bti
impl RefUnwindSafe for Bti
impl Send for Bti
impl Sync for Bti
impl Unpin for Bti
impl UnsafeUnpin for Bti
impl UnwindSafe for Bti
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]