#[repr(C)]pub struct retro_fastforwarding_override {
pub ratio: f32,
pub fastforward: bool,
pub notification: bool,
pub inhibit_toggle: bool,
}
Fields§
§ratio: f32
§fastforward: bool
§notification: bool
§inhibit_toggle: bool
Trait Implementations§
Source§impl Clone for retro_fastforwarding_override
impl Clone for retro_fastforwarding_override
Source§fn clone(&self) -> retro_fastforwarding_override
fn clone(&self) -> retro_fastforwarding_override
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 retro_fastforwarding_override
Auto Trait Implementations§
impl Freeze for retro_fastforwarding_override
impl RefUnwindSafe for retro_fastforwarding_override
impl Send for retro_fastforwarding_override
impl Sync for retro_fastforwarding_override
impl Unpin for retro_fastforwarding_override
impl UnwindSafe for retro_fastforwarding_override
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