#[repr(C)]pub struct limine_uuid {
pub a: u32,
pub b: u16,
pub c: u16,
pub d: [u8; 8],
}Fields§
§a: u32§b: u16§c: u16§d: [u8; 8]Trait Implementations§
Source§impl Clone for limine_uuid
impl Clone for limine_uuid
Source§fn clone(&self) -> limine_uuid
fn clone(&self) -> limine_uuid
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_uuid
impl Debug for limine_uuid
impl Copy for limine_uuid
Auto Trait Implementations§
impl Freeze for limine_uuid
impl RefUnwindSafe for limine_uuid
impl Send for limine_uuid
impl Sync for limine_uuid
impl Unpin for limine_uuid
impl UnwindSafe for limine_uuid
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