#[repr(C)]pub struct TCP_RESERVE_PORT_RANGE {
pub UpperRange: u16,
pub LowerRange: u16,
}
Fields§
§UpperRange: u16
§LowerRange: u16
Trait Implementations§
§impl Clone for TCP_RESERVE_PORT_RANGE
impl Clone for TCP_RESERVE_PORT_RANGE
impl Copy for TCP_RESERVE_PORT_RANGE
Auto Trait Implementations§
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