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