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