pub struct SetGapless {
pub gapless: f32,
}Fields§
§gapless: f32Trait Implementations§
Source§impl Debug for SetGapless
impl Debug for SetGapless
Auto Trait Implementations§
impl Freeze for SetGapless
impl RefUnwindSafe for SetGapless
impl Send for SetGapless
impl Sync for SetGapless
impl Unpin for SetGapless
impl UnsafeUnpin for SetGapless
impl UnwindSafe for SetGapless
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