pub struct Splashes(pub NonZeroU8);
Tuple Fields§
§0: NonZeroU8
Auto Trait Implementations§
impl Freeze for Splashes
impl RefUnwindSafe for Splashes
impl Send for Splashes
impl Sync for Splashes
impl Unpin for Splashes
impl UnwindSafe for Splashes
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