pub struct DevicetreeFixup(/* private fields */);
Expand description
Devicetree fixup protocol.
In ARM hardware, devicetrees are used to supply information about the hardware to the software. However, some of the properties of the hardware can only be known at boot time. Therefore, the firmware may apply fixups to the devicetree in order for it to be more accurate and aligned with the hardware.
Implementations§
Trait Implementations§
Source§impl Clone for DevicetreeFixup
impl Clone for DevicetreeFixup
Source§fn clone(&self) -> DevicetreeFixup
fn clone(&self) -> DevicetreeFixup
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 DevicetreeFixup
impl Debug for DevicetreeFixup
Source§impl Identify for DevicetreeFixup
impl Identify for DevicetreeFixup
impl Copy for DevicetreeFixup
impl Protocol for DevicetreeFixup
Auto Trait Implementations§
impl Freeze for DevicetreeFixup
impl RefUnwindSafe for DevicetreeFixup
impl Send for DevicetreeFixup
impl Sync for DevicetreeFixup
impl Unpin for DevicetreeFixup
impl UnwindSafe for DevicetreeFixup
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