#[repr(C)]pub struct au_tid_t {
pub port: u32,
pub machine: u32,
}Fields§
§port: u32§machine: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for au_tid_t
impl RefUnwindSafe for au_tid_t
impl Send for au_tid_t
impl Sync for au_tid_t
impl Unpin for au_tid_t
impl UnwindSafe for au_tid_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