Expand description
Required features: "Win32_Media_WindowsMediaFormat"
Fields
wPortBegin: u16
wPortEnd: u16
Trait Implementations
impl Clone for WM_PORT_NUMBER_RANGE
impl Clone for WM_PORT_NUMBER_RANGE
impl Copy for WM_PORT_NUMBER_RANGE
Auto Trait Implementations
impl RefUnwindSafe for WM_PORT_NUMBER_RANGE
impl Send for WM_PORT_NUMBER_RANGE
impl Sync for WM_PORT_NUMBER_RANGE
impl Unpin for WM_PORT_NUMBER_RANGE
impl UnwindSafe for WM_PORT_NUMBER_RANGE
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