pub struct FadeTimes {
pub up_fade_time: u16,
pub down_fade_time: u16,
pub wait_time: u16,
}
Fields§
§up_fade_time: u16
§down_fade_time: u16
§wait_time: u16
Trait Implementations§
impl Copy for FadeTimes
impl StructuralPartialEq for FadeTimes
Auto Trait Implementations§
impl Freeze for FadeTimes
impl RefUnwindSafe for FadeTimes
impl Send for FadeTimes
impl Sync for FadeTimes
impl Unpin for FadeTimes
impl UnwindSafe for FadeTimes
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