Struct IP_ADDRESS_PREFIX
#[repr(C)]pub struct IP_ADDRESS_PREFIX {
pub Prefix: SOCKADDR_INET,
pub PrefixLength: u8,
}
Fields§
§Prefix: SOCKADDR_INET
§PrefixLength: u8
Trait Implementations§
§impl Clone for IP_ADDRESS_PREFIX
impl Clone for IP_ADDRESS_PREFIX
§fn clone(&self) -> IP_ADDRESS_PREFIX
fn clone(&self) -> IP_ADDRESS_PREFIX
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 moreimpl Copy for IP_ADDRESS_PREFIX
Auto Trait Implementations§
impl Freeze for IP_ADDRESS_PREFIX
impl RefUnwindSafe for IP_ADDRESS_PREFIX
impl Send for IP_ADDRESS_PREFIX
impl Sync for IP_ADDRESS_PREFIX
impl Unpin for IP_ADDRESS_PREFIX
impl UnwindSafe for IP_ADDRESS_PREFIX
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