#[repr(C)]pub struct DevPathAcpiDp {
pub hid: u32,
pub uid: u32,
}Fields§
§hid: u32§uid: u32Trait Implementations§
Source§impl Debug for DevPathAcpiDp
impl Debug for DevPathAcpiDp
Source§impl FromBytes for DevPathAcpiDp
impl FromBytes for DevPathAcpiDp
Source§impl FromZeros for DevPathAcpiDp
impl FromZeros for DevPathAcpiDp
Source§impl IntoBytes for DevPathAcpiDp
impl IntoBytes for DevPathAcpiDp
Source§fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
Gets the bytes of this value mutably. Read more
Source§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl PartialEq for DevPathAcpiDp
impl PartialEq for DevPathAcpiDp
Source§impl TryFromBytes for DevPathAcpiDpwhere
u32: TryFromBytes,
impl TryFromBytes for DevPathAcpiDpwhere
u32: TryFromBytes,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Immutable for DevPathAcpiDp
impl StructuralPartialEq for DevPathAcpiDp
Auto Trait Implementations§
impl Freeze for DevPathAcpiDp
impl RefUnwindSafe for DevPathAcpiDp
impl Send for DevPathAcpiDp
impl Sync for DevPathAcpiDp
impl Unpin for DevPathAcpiDp
impl UnwindSafe for DevPathAcpiDp
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