pub struct LeadOut;Expand description
The track number for lead-out tracks
Implementations§
Trait Implementations§
impl Copy for LeadOut
impl Eq for LeadOut
impl StructuralPartialEq for LeadOut
Auto Trait Implementations§
impl Freeze for LeadOut
impl RefUnwindSafe for LeadOut
impl Send for LeadOut
impl Sync for LeadOut
impl Unpin for LeadOut
impl UnwindSafe for LeadOut
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