#[repr(C)]pub struct au_tid_t {
pub port: dev_t,
pub machine: u32,
}Available on macOS only.
Fields§
§port: dev_t§machine: u32Trait Implementations§
impl Copy for au_tid_t
impl Eq for au_tid_t
impl StructuralPartialEq for au_tid_t
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