#[repr(C)]pub struct DcfgQcomRng {
pub mmio_phys: u64,
pub flags: QcomRngFlags,
pub reserved: [u8; 4],
}
Fields§
§mmio_phys: u64
Base address of the register banks for the device.
flags: QcomRngFlags
§reserved: [u8; 4]
Trait Implementations§
Source§impl Clone for DcfgQcomRng
impl Clone for DcfgQcomRng
Source§fn clone(&self) -> DcfgQcomRng
fn clone(&self) -> DcfgQcomRng
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DcfgQcomRng
impl Debug for DcfgQcomRng
Source§impl FromBytes for DcfgQcomRng
impl FromBytes for DcfgQcomRng
Source§impl FromZeros for DcfgQcomRng
impl FromZeros for DcfgQcomRng
Source§impl IntoBytes for DcfgQcomRng
impl IntoBytes for DcfgQcomRng
§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§impl PartialEq for DcfgQcomRng
impl PartialEq for DcfgQcomRng
Source§impl TryFromBytes for DcfgQcomRng
impl TryFromBytes for DcfgQcomRng
§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,
§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,
§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 Copy for DcfgQcomRng
impl Eq for DcfgQcomRng
impl StructuralPartialEq for DcfgQcomRng
Auto Trait Implementations§
impl Freeze for DcfgQcomRng
impl RefUnwindSafe for DcfgQcomRng
impl Send for DcfgQcomRng
impl Sync for DcfgQcomRng
impl Unpin for DcfgQcomRng
impl UnwindSafe for DcfgQcomRng
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