#[repr(C, packed(1))]pub struct Adr {
pub header: DevicePathProtocol,
pub adr: [u32; 0],
}
Fields§
§header: DevicePathProtocol
§adr: [u32; 0]
Auto Trait Implementations§
impl Freeze for Adr
impl RefUnwindSafe for Adr
impl Send for Adr
impl Sync for Adr
impl Unpin for Adr
impl UnwindSafe for Adr
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