Struct windows_sys::Win32::Media::KernelStreaming::KSTOPOLOGY_ENDPOINTID
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
TopologyName: [u16; 260]
PinId: u32
Trait Implementations
impl Clone for KSTOPOLOGY_ENDPOINTID
impl Clone for KSTOPOLOGY_ENDPOINTID
impl Copy for KSTOPOLOGY_ENDPOINTID
Auto Trait Implementations
impl RefUnwindSafe for KSTOPOLOGY_ENDPOINTID
impl Send for KSTOPOLOGY_ENDPOINTID
impl Sync for KSTOPOLOGY_ENDPOINTID
impl Unpin for KSTOPOLOGY_ENDPOINTID
impl UnwindSafe for KSTOPOLOGY_ENDPOINTID
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