Struct windows_sys::Win32::Media::KernelStreaming::KSRATE_CAPABILITY
[−]#[repr(C)]pub struct KSRATE_CAPABILITY {
pub Property: KSIDENTIFIER,
pub Rate: KSRATE,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Property: KSIDENTIFIER
Rate: KSRATE
Trait Implementations
impl Clone for KSRATE_CAPABILITY
impl Clone for KSRATE_CAPABILITY
impl Copy for KSRATE_CAPABILITY
Auto Trait Implementations
impl RefUnwindSafe for KSRATE_CAPABILITY
impl Send for KSRATE_CAPABILITY
impl Sync for KSRATE_CAPABILITY
impl Unpin for KSRATE_CAPABILITY
impl UnwindSafe for KSRATE_CAPABILITY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more