#[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: DWORD§position: DWORD§chunk: DWORD§chun_start: DWORD§block_start: DWORD§sample_offset: DWORDImplementations§
Trait Implementations§
Source§impl Clone for TagCuePoint
impl Clone for TagCuePoint
Source§fn clone(&self) -> TagCuePoint
fn clone(&self) -> TagCuePoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TagCuePoint
impl Debug for TagCuePoint
Source§impl Default for TagCuePoint
impl Default for TagCuePoint
Source§fn default() -> TagCuePoint
fn default() -> TagCuePoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TagCuePoint
impl RefUnwindSafe for TagCuePoint
impl Send for TagCuePoint
impl Sync for TagCuePoint
impl Unpin for TagCuePoint
impl UnsafeUnpin for TagCuePoint
impl UnwindSafe for TagCuePoint
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