#[repr(C, packed)]pub struct Spid {
pub id: [u8; 16],
}
Fields
id: [u8; 16]
Trait Implementations
impl BytewiseEquality for Spid
impl ContiguousMemory for Spid
impl Copy for Spid
impl Eq for Spid
impl StructuralEq for Spid
impl StructuralPartialEq for Spid
Auto Trait Implementations
impl RefUnwindSafe for Spid
impl Send for Spid
impl Sync for Spid
impl Unpin for Spid
impl UnwindSafe for Spid
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more