#[repr(C)]pub struct limine_module_response {
pub revision: u64,
pub module_count: u64,
pub modules: *mut *mut limine_file,
}Fields§
§revision: u64§module_count: u64§modules: *mut *mut limine_fileTrait Implementations§
Source§impl Clone for limine_module_response
impl Clone for limine_module_response
Source§fn clone(&self) -> limine_module_response
fn clone(&self) -> limine_module_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_module_response
impl Debug for limine_module_response
impl Copy for limine_module_response
Auto Trait Implementations§
impl Freeze for limine_module_response
impl RefUnwindSafe for limine_module_response
impl !Send for limine_module_response
impl !Sync for limine_module_response
impl Unpin for limine_module_response
impl UnwindSafe for limine_module_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