Struct KSRTAUDIO_PACKETVREGISTER
#[repr(C)]pub struct KSRTAUDIO_PACKETVREGISTER {
pub CompletedPacketCount: *mut u64,
pub CompletedPacketQPC: *mut u64,
pub CompletedPacketHash: *mut u64,
}Fields§
§CompletedPacketCount: *mut u64§CompletedPacketQPC: *mut u64§CompletedPacketHash: *mut u64Trait Implementations§
§impl Clone for KSRTAUDIO_PACKETVREGISTER
impl Clone for KSRTAUDIO_PACKETVREGISTER
§fn clone(&self) -> KSRTAUDIO_PACKETVREGISTER
fn clone(&self) -> KSRTAUDIO_PACKETVREGISTER
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 more§impl Debug for KSRTAUDIO_PACKETVREGISTER
impl Debug for KSRTAUDIO_PACKETVREGISTER
§impl Default for KSRTAUDIO_PACKETVREGISTER
impl Default for KSRTAUDIO_PACKETVREGISTER
§impl PartialEq for KSRTAUDIO_PACKETVREGISTER
impl PartialEq for KSRTAUDIO_PACKETVREGISTER
impl Copy for KSRTAUDIO_PACKETVREGISTER
impl StructuralPartialEq for KSRTAUDIO_PACKETVREGISTER
Auto Trait Implementations§
impl Freeze for KSRTAUDIO_PACKETVREGISTER
impl RefUnwindSafe for KSRTAUDIO_PACKETVREGISTER
impl !Send for KSRTAUDIO_PACKETVREGISTER
impl !Sync for KSRTAUDIO_PACKETVREGISTER
impl Unpin for KSRTAUDIO_PACKETVREGISTER
impl UnwindSafe for KSRTAUDIO_PACKETVREGISTER
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