#[repr(C)]pub struct DcfgArmPsciDriver {
pub use_hvc: u8,
pub reserved: [u8; 7],
pub shutdown_args: [u64; 3],
pub reboot_args: [u64; 3],
pub reboot_bootloader_args: [u64; 3],
pub reboot_recovery_args: [u64; 3],
}
Expand description
for ZBI_KERNEL_DRIVER_ARM_PSCI
Fields§
§use_hvc: u8
§reserved: [u8; 7]
§shutdown_args: [u64; 3]
§reboot_args: [u64; 3]
§reboot_bootloader_args: [u64; 3]
§reboot_recovery_args: [u64; 3]
Trait Implementations§
Source§impl Clone for DcfgArmPsciDriver
impl Clone for DcfgArmPsciDriver
Source§fn clone(&self) -> DcfgArmPsciDriver
fn clone(&self) -> DcfgArmPsciDriver
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 DcfgArmPsciDriver
impl Debug for DcfgArmPsciDriver
Source§impl FromBytes for DcfgArmPsciDriver
impl FromBytes for DcfgArmPsciDriver
Source§impl FromZeros for DcfgArmPsciDriver
impl FromZeros for DcfgArmPsciDriver
Source§impl IntoBytes for DcfgArmPsciDriver
impl IntoBytes for DcfgArmPsciDriver
§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 DcfgArmPsciDriver
impl PartialEq for DcfgArmPsciDriver
Source§impl TryFromBytes for DcfgArmPsciDriver
impl TryFromBytes for DcfgArmPsciDriver
§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 DcfgArmPsciDriver
impl Eq for DcfgArmPsciDriver
impl StructuralPartialEq for DcfgArmPsciDriver
Auto Trait Implementations§
impl Freeze for DcfgArmPsciDriver
impl RefUnwindSafe for DcfgArmPsciDriver
impl Send for DcfgArmPsciDriver
impl Sync for DcfgArmPsciDriver
impl Unpin for DcfgArmPsciDriver
impl UnwindSafe for DcfgArmPsciDriver
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
)