Struct bass_sys::TagCartTimer
source · [−]Fields
timer_usage_id: DWORDtimer_value: DWORDImplementations
Trait Implementations
sourceimpl Clone for TagCartTimer
impl Clone for TagCartTimer
sourcefn clone(&self) -> TagCartTimer
fn clone(&self) -> TagCartTimer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TagCartTimer
impl Debug for TagCartTimer
sourceimpl Default for TagCartTimer
impl Default for TagCartTimer
sourcefn default() -> TagCartTimer
fn default() -> TagCartTimer
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TagCartTimer
impl Send for TagCartTimer
impl Sync for TagCartTimer
impl Unpin for TagCartTimer
impl UnwindSafe for TagCartTimer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more