#[repr(C)]pub struct FLAC__StreamMetadata_SeekTable {
pub num_points: u32,
pub points: *mut FLAC__StreamMetadata_SeekPoint,
}Fields§
§num_points: u32§points: *mut FLAC__StreamMetadata_SeekPointTrait Implementations§
Source§impl Clone for FLAC__StreamMetadata_SeekTable
impl Clone for FLAC__StreamMetadata_SeekTable
Source§fn clone(&self) -> FLAC__StreamMetadata_SeekTable
fn clone(&self) -> FLAC__StreamMetadata_SeekTable
Returns a duplicate 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 FLAC__StreamMetadata_SeekTable
Auto Trait Implementations§
impl Freeze for FLAC__StreamMetadata_SeekTable
impl RefUnwindSafe for FLAC__StreamMetadata_SeekTable
impl !Send for FLAC__StreamMetadata_SeekTable
impl !Sync for FLAC__StreamMetadata_SeekTable
impl Unpin for FLAC__StreamMetadata_SeekTable
impl UnwindSafe for FLAC__StreamMetadata_SeekTable
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