Struct linux_raw_sys::general::in_addr
source · #[repr(C)]pub struct in_addr {
pub s_addr: __be32,
}
Fields§
§s_addr: __be32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for in_addr
impl Send for in_addr
impl Sync for in_addr
impl Unpin for in_addr
impl UnwindSafe for in_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