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