Struct windows_sys::Win32::Media::KernelStreaming::KSPIN_CINSTANCES
#[repr(C)]pub struct KSPIN_CINSTANCES {
pub PossibleCount: u32,
pub CurrentCount: u32,
}
Fields§
§PossibleCount: u32
§CurrentCount: u32
Trait Implementations§
§impl Clone for KSPIN_CINSTANCES
impl Clone for KSPIN_CINSTANCES
§fn clone(&self) -> KSPIN_CINSTANCES
fn clone(&self) -> KSPIN_CINSTANCES
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for KSPIN_CINSTANCES
Auto Trait Implementations§
impl Freeze for KSPIN_CINSTANCES
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)