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