Struct bass_sys::TagCuePoint
source · [−]#[repr(C)]pub struct TagCuePoint {
pub name: DWORD,
pub position: DWORD,
pub chunk: DWORD,
pub chun_start: DWORD,
pub block_start: DWORD,
pub sample_offset: DWORD,
}Fields
name: DWORDposition: DWORDchunk: DWORDchun_start: DWORDblock_start: DWORDsample_offset: DWORDImplementations
Trait Implementations
sourceimpl Clone for TagCuePoint
impl Clone for TagCuePoint
sourcefn clone(&self) -> TagCuePoint
fn clone(&self) -> TagCuePoint
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 TagCuePoint
impl Debug for TagCuePoint
sourceimpl Default for TagCuePoint
impl Default for TagCuePoint
sourcefn default() -> TagCuePoint
fn default() -> TagCuePoint
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TagCuePoint
impl Send for TagCuePoint
impl Sync for TagCuePoint
impl Unpin for TagCuePoint
impl UnwindSafe for TagCuePoint
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more