pub struct UnitOptions(pub [UnitType; 3]);Tuple Fields§
§0: [UnitType; 3]Trait Implementations§
Source§impl Clone for UnitOptions
impl Clone for UnitOptions
Source§fn clone(&self) -> UnitOptions
fn clone(&self) -> UnitOptions
Returns a copy 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 moreSource§impl Debug for UnitOptions
impl Debug for UnitOptions
impl Copy for UnitOptions
Auto Trait Implementations§
impl Freeze for UnitOptions
impl RefUnwindSafe for UnitOptions
impl Send for UnitOptions
impl Sync for UnitOptions
impl Unpin for UnitOptions
impl UnwindSafe for UnitOptions
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