#[repr(C)]pub struct DcfgArmGicV2Driver {
pub mmio_phys: u64,
pub msi_frame_phys: u64,
pub gicd_offset: u64,
pub gicc_offset: u64,
pub gich_offset: u64,
pub gicv_offset: u64,
pub ipi_base: u32,
pub optional: u8,
pub use_msi: u8,
pub reserved: u16,
}
Expand description
for ZBI_KERNEL_DRIVER_ARM_GIC_V2
Fields§
§mmio_phys: u64
§msi_frame_phys: u64
§gicd_offset: u64
§gicc_offset: u64
§gich_offset: u64
§gicv_offset: u64
§ipi_base: u32
§optional: u8
§use_msi: u8
§reserved: u16
Trait Implementations§
Source§impl Clone for DcfgArmGicV2Driver
impl Clone for DcfgArmGicV2Driver
Source§fn clone(&self) -> DcfgArmGicV2Driver
fn clone(&self) -> DcfgArmGicV2Driver
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 DcfgArmGicV2Driver
impl Debug for DcfgArmGicV2Driver
Source§impl FromBytes for DcfgArmGicV2Driver
impl FromBytes for DcfgArmGicV2Driver
Source§impl FromZeros for DcfgArmGicV2Driver
impl FromZeros for DcfgArmGicV2Driver
Source§impl IntoBytes for DcfgArmGicV2Driver
impl IntoBytes for DcfgArmGicV2Driver
§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 DcfgArmGicV2Driver
impl PartialEq for DcfgArmGicV2Driver
Source§impl TryFromBytes for DcfgArmGicV2Driver
impl TryFromBytes for DcfgArmGicV2Driver
§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 DcfgArmGicV2Driver
impl Eq for DcfgArmGicV2Driver
impl StructuralPartialEq for DcfgArmGicV2Driver
Auto Trait Implementations§
impl Freeze for DcfgArmGicV2Driver
impl RefUnwindSafe for DcfgArmGicV2Driver
impl Send for DcfgArmGicV2Driver
impl Sync for DcfgArmGicV2Driver
impl Unpin for DcfgArmGicV2Driver
impl UnwindSafe for DcfgArmGicV2Driver
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
)