#[repr(C)]pub struct sockaddr_inarp {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for sockaddr_inarp
impl Clone for sockaddr_inarp
Source§fn clone(&self) -> sockaddr_inarp
fn clone(&self) -> sockaddr_inarp
Returns a copy 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 sockaddr_inarp
impl Debug for sockaddr_inarp
impl Copy for sockaddr_inarp
Auto Trait Implementations§
impl Freeze for sockaddr_inarp
impl RefUnwindSafe for sockaddr_inarp
impl Send for sockaddr_inarp
impl Sync for sockaddr_inarp
impl Unpin for sockaddr_inarp
impl UnwindSafe for sockaddr_inarp
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