Expand description
Required features: "Win32_System_HostComputeNetwork"
Fields
startingPort: u16
endingPort: u16
Trait Implementations
impl Clone for HCN_PORT_RANGE_RESERVATION
impl Clone for HCN_PORT_RANGE_RESERVATION
impl Copy for HCN_PORT_RANGE_RESERVATION
Auto Trait Implementations
impl RefUnwindSafe for HCN_PORT_RANGE_RESERVATION
impl Send for HCN_PORT_RANGE_RESERVATION
impl Sync for HCN_PORT_RANGE_RESERVATION
impl Unpin for HCN_PORT_RANGE_RESERVATION
impl UnwindSafe for HCN_PORT_RANGE_RESERVATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more