Struct windows_sys::Win32::Media::KernelStreaming::KSPIN_CINSTANCES
[−]Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
PossibleCount: u32
CurrentCount: u32
Trait Implementations
impl Clone for KSPIN_CINSTANCES
impl Clone for KSPIN_CINSTANCES
impl Copy for KSPIN_CINSTANCES
Auto Trait Implementations
impl RefUnwindSafe for KSPIN_CINSTANCES
impl Send for KSPIN_CINSTANCES
impl Sync for KSPIN_CINSTANCES
impl Unpin for KSPIN_CINSTANCES
impl UnwindSafe for KSPIN_CINSTANCES
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