#[repr(C)]pub struct track_flags_t {
pub preemphasis: track_flag_t,
pub copy_permit: track_flag_t,
pub channels: c_int,
}Fields§
§preemphasis: track_flag_t§copy_permit: track_flag_t§channels: c_intTrait Implementations§
Source§impl Clone for track_flags_t
impl Clone for track_flags_t
Source§fn clone(&self) -> track_flags_t
fn clone(&self) -> track_flags_t
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 moreSource§impl Debug for track_flags_t
impl Debug for track_flags_t
impl Copy for track_flags_t
Auto Trait Implementations§
impl Freeze for track_flags_t
impl RefUnwindSafe for track_flags_t
impl Send for track_flags_t
impl Sync for track_flags_t
impl Unpin for track_flags_t
impl UnwindSafe for track_flags_t
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