#[repr(C)]pub struct DevicetreeFixupProtocol { /* private fields */ }
Expand description
A raw binding for EFI_DT_FIXUP_PROTOCOL
. Provides only one function, which is to fixup DTB blobs.
Trait Implementations§
Source§impl Clone for DevicetreeFixupProtocol
impl Clone for DevicetreeFixupProtocol
Source§fn clone(&self) -> DevicetreeFixupProtocol
fn clone(&self) -> DevicetreeFixupProtocol
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 DevicetreeFixupProtocol
impl Debug for DevicetreeFixupProtocol
impl Copy for DevicetreeFixupProtocol
Auto Trait Implementations§
impl Freeze for DevicetreeFixupProtocol
impl RefUnwindSafe for DevicetreeFixupProtocol
impl Send for DevicetreeFixupProtocol
impl Sync for DevicetreeFixupProtocol
impl Unpin for DevicetreeFixupProtocol
impl UnwindSafe for DevicetreeFixupProtocol
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