Struct RASIPADDR
#[repr(C)]pub struct RASIPADDR {
pub a: u8,
pub b: u8,
pub c: u8,
pub d: u8,
}
Fields§
§a: u8
§b: u8
§c: u8
§d: u8
Trait Implementations§
impl Copy for RASIPADDR
impl StructuralPartialEq for RASIPADDR
Auto Trait Implementations§
impl Freeze for RASIPADDR
impl RefUnwindSafe for RASIPADDR
impl Send for RASIPADDR
impl Sync for RASIPADDR
impl Unpin for RASIPADDR
impl UnwindSafe for RASIPADDR
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