Struct windows_sys::Win32::Media::DirectShow::MPEG_SERVICE_RESPONSE
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
IPAddress: u32
Port: u16
Trait Implementations
impl Clone for MPEG_SERVICE_RESPONSE
impl Clone for MPEG_SERVICE_RESPONSE
impl Copy for MPEG_SERVICE_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for MPEG_SERVICE_RESPONSE
impl Send for MPEG_SERVICE_RESPONSE
impl Sync for MPEG_SERVICE_RESPONSE
impl Unpin for MPEG_SERVICE_RESPONSE
impl UnwindSafe for MPEG_SERVICE_RESPONSE
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