#[repr(C)]pub struct DcfgArmGenericTimerDriver {
pub irq_phys: u32,
pub irq_virt: u32,
pub irq_sphys: u32,
pub freq_override: u32,
}
Expand description
for ZBI_KERNEL_DRIVER_ARM_GENERIC_TIMER
Fields§
§irq_phys: u32
§irq_virt: u32
§irq_sphys: u32
§freq_override: u32
Trait Implementations§
Source§impl Clone for DcfgArmGenericTimerDriver
impl Clone for DcfgArmGenericTimerDriver
Source§fn clone(&self) -> DcfgArmGenericTimerDriver
fn clone(&self) -> DcfgArmGenericTimerDriver
Returns a copy 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 DcfgArmGenericTimerDriver
impl Debug for DcfgArmGenericTimerDriver
Source§impl FromBytes for DcfgArmGenericTimerDriverwhere
u32: FromBytes,
impl FromBytes for DcfgArmGenericTimerDriverwhere
u32: FromBytes,
Source§impl FromZeros for DcfgArmGenericTimerDriverwhere
u32: FromZeros,
impl FromZeros for DcfgArmGenericTimerDriverwhere
u32: FromZeros,
Source§impl IntoBytes for DcfgArmGenericTimerDriver
impl IntoBytes for DcfgArmGenericTimerDriver
§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 TryFromBytes for DcfgArmGenericTimerDriverwhere
u32: TryFromBytes,
impl TryFromBytes for DcfgArmGenericTimerDriverwhere
u32: TryFromBytes,
§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 DcfgArmGenericTimerDriver
impl Eq for DcfgArmGenericTimerDriver
impl StructuralPartialEq for DcfgArmGenericTimerDriver
Auto Trait Implementations§
impl Freeze for DcfgArmGenericTimerDriver
impl RefUnwindSafe for DcfgArmGenericTimerDriver
impl Send for DcfgArmGenericTimerDriver
impl Sync for DcfgArmGenericTimerDriver
impl Unpin for DcfgArmGenericTimerDriver
impl UnwindSafe for DcfgArmGenericTimerDriver
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)