#[repr(C)]pub struct UuidT {
pub a: u64,
pub b: u64,
}Fields§
§a: u64§b: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for UuidT
impl RefUnwindSafe for UuidT
impl Send for UuidT
impl Sync for UuidT
impl Unpin for UuidT
impl UnwindSafe for UuidT
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