#[repr(C)]pub struct au_tid_addr {
pub at_port: dev_t,
pub at_type: u_int32_t,
pub at_addr: [u_int32_t; 4],
}Fields§
§at_port: dev_t§at_type: u_int32_t§at_addr: [u_int32_t; 4]Trait Implementations§
Source§impl Clone for au_tid_addr
impl Clone for au_tid_addr
Source§fn clone(&self) -> au_tid_addr
fn clone(&self) -> au_tid_addr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for au_tid_addr
impl Debug for au_tid_addr
impl Copy for au_tid_addr
Auto Trait Implementations§
impl Freeze for au_tid_addr
impl RefUnwindSafe for au_tid_addr
impl Send for au_tid_addr
impl Sync for au_tid_addr
impl Unpin for au_tid_addr
impl UnwindSafe for au_tid_addr
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