pub struct LimeHeader {
pub magic_bytes: u32,
pub header_version: u32,
pub start_address: u64,
pub end_address: u64,
pub reserved_space: [u8; 8],
}Fields§
§magic_bytes: u32§header_version: u32§start_address: u64§end_address: u64§reserved_space: [u8; 8]Implementations§
Trait Implementations§
Source§impl Debug for LimeHeader
impl Debug for LimeHeader
Auto Trait Implementations§
impl Freeze for LimeHeader
impl RefUnwindSafe for LimeHeader
impl Send for LimeHeader
impl Sync for LimeHeader
impl Unpin for LimeHeader
impl UnwindSafe for LimeHeader
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