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