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