pub struct Delay { /* private fields */ }Implementations§
Source§impl Delay
impl Delay
pub fn position_x(&self) -> u32
pub fn position_x_mut(&mut self) -> &mut u32
pub fn position_y(&self) -> u32
pub fn position_y_mut(&mut self) -> &mut u32
pub fn colors(&self) -> &Colors
pub fn colors_mut(&mut self) -> &mut Colors
pub fn delay(&self) -> u32
pub fn delay_mut(&mut self) -> &mut u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Delay
impl RefUnwindSafe for Delay
impl Send for Delay
impl Sync for Delay
impl Unpin for Delay
impl UnwindSafe for Delay
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