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