Struct KSMUSICFORMAT
#[repr(C)]pub struct KSMUSICFORMAT {
pub TimeDeltaMs: u32,
pub ByteCount: u32,
}
Fields§
§TimeDeltaMs: u32
§ByteCount: u32
Trait Implementations§
§impl Clone for KSMUSICFORMAT
impl Clone for KSMUSICFORMAT
§fn clone(&self) -> KSMUSICFORMAT
fn clone(&self) -> KSMUSICFORMAT
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 KSMUSICFORMAT
Auto Trait Implementations§
impl Freeze for KSMUSICFORMAT
impl RefUnwindSafe for KSMUSICFORMAT
impl Send for KSMUSICFORMAT
impl Sync for KSMUSICFORMAT
impl Unpin for KSMUSICFORMAT
impl UnwindSafe for KSMUSICFORMAT
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