Struct relay_cabi::RelayUuid
source · #[repr(C)]pub struct RelayUuid {
pub data: [u8; 16],
}
Expand description
A 16-byte UUID.
Fields§
§data: [u8; 16]
UUID bytes in network byte order (big endian).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelayUuid
impl RefUnwindSafe for RelayUuid
impl Send for RelayUuid
impl Sync for RelayUuid
impl Unpin for RelayUuid
impl UnwindSafe for RelayUuid
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