#[repr(C)]pub struct _spid_t {
pub id: [u8; 16],
}Fields§
§id: [u8; 16]Trait Implementations§
impl Copy for _spid_t
Auto Trait Implementations§
impl RefUnwindSafe for _spid_t
impl Send for _spid_t
impl Sync for _spid_t
impl Unpin for _spid_t
impl UnwindSafe for _spid_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