#[repr(C)]pub struct limine_memmap_entry {
pub base: u64,
pub length: u64,
pub type_: u64,
}Fields§
§base: u64§length: u64§type_: u64Trait Implementations§
Source§impl Clone for limine_memmap_entry
impl Clone for limine_memmap_entry
Source§fn clone(&self) -> limine_memmap_entry
fn clone(&self) -> limine_memmap_entry
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 limine_memmap_entry
impl Debug for limine_memmap_entry
impl Copy for limine_memmap_entry
Auto Trait Implementations§
impl Freeze for limine_memmap_entry
impl RefUnwindSafe for limine_memmap_entry
impl Send for limine_memmap_entry
impl Sync for limine_memmap_entry
impl Unpin for limine_memmap_entry
impl UnwindSafe for limine_memmap_entry
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