#[repr(C)]pub struct uuid_node_t {
pub nodeID: [u8; 6],
}Fields§
§nodeID: [u8; 6]Trait Implementations§
Source§impl Clone for uuid_node_t
impl Clone for uuid_node_t
Source§fn clone(&self) -> uuid_node_t
fn clone(&self) -> uuid_node_t
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 uuid_node_t
impl Debug for uuid_node_t
impl Copy for uuid_node_t
Auto Trait Implementations§
impl Freeze for uuid_node_t
impl RefUnwindSafe for uuid_node_t
impl Send for uuid_node_t
impl Sync for uuid_node_t
impl Unpin for uuid_node_t
impl UnwindSafe for uuid_node_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