#[repr(C)]pub struct TCP_RESERVE_PORT_RANGE {
pub UpperRange: USHORT,
pub LowerRange: USHORT,
}
Fields§
§UpperRange: USHORT
§LowerRange: USHORT
Trait Implementations§
Source§impl Clone for TCP_RESERVE_PORT_RANGE
impl Clone for TCP_RESERVE_PORT_RANGE
Source§fn clone(&self) -> TCP_RESERVE_PORT_RANGE
fn clone(&self) -> TCP_RESERVE_PORT_RANGE
Returns a duplicate 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 Default for TCP_RESERVE_PORT_RANGE
impl Default for TCP_RESERVE_PORT_RANGE
Source§fn default() -> TCP_RESERVE_PORT_RANGE
fn default() -> TCP_RESERVE_PORT_RANGE
Returns the “default value” for a type. Read more
impl Copy for TCP_RESERVE_PORT_RANGE
Auto Trait Implementations§
impl Freeze for TCP_RESERVE_PORT_RANGE
impl RefUnwindSafe for TCP_RESERVE_PORT_RANGE
impl Send for TCP_RESERVE_PORT_RANGE
impl Sync for TCP_RESERVE_PORT_RANGE
impl Unpin for TCP_RESERVE_PORT_RANGE
impl UnwindSafe for TCP_RESERVE_PORT_RANGE
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