Struct windows_sys::Win32::Media::KernelStreaming::KSJACK_DESCRIPTION
[−]#[repr(C)]pub struct KSJACK_DESCRIPTION {
pub ChannelMapping: u32,
pub Color: u32,
pub ConnectionType: EPcxConnectionType,
pub GeoLocation: EPcxGeoLocation,
pub GenLocation: EPcxGenLocation,
pub PortConnection: EPxcPortConnection,
pub IsConnected: BOOL,
}Expand description
Required features: "Win32_Media_KernelStreaming", "Win32_Foundation"
Fields
ChannelMapping: u32Color: u32ConnectionType: EPcxConnectionTypeGeoLocation: EPcxGeoLocationGenLocation: EPcxGenLocationPortConnection: EPxcPortConnectionIsConnected: BOOLTrait Implementations
impl Clone for KSJACK_DESCRIPTION
impl Clone for KSJACK_DESCRIPTION
impl Copy for KSJACK_DESCRIPTION
Auto Trait Implementations
impl RefUnwindSafe for KSJACK_DESCRIPTION
impl Send for KSJACK_DESCRIPTION
impl Sync for KSJACK_DESCRIPTION
impl Unpin for KSJACK_DESCRIPTION
impl UnwindSafe for KSJACK_DESCRIPTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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