pub struct WeightsU16 { /* private fields */ }Implementations§
Source§impl WeightsU16
impl WeightsU16
Trait Implementations§
Source§impl Clone for WeightsU16
impl Clone for WeightsU16
Source§fn clone(&self) -> WeightsU16
fn clone(&self) -> WeightsU16
Returns a duplicate 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 WeightsU16
impl Debug for WeightsU16
impl Copy for WeightsU16
Auto Trait Implementations§
impl Freeze for WeightsU16
impl RefUnwindSafe for WeightsU16
impl Send for WeightsU16
impl Sync for WeightsU16
impl Unpin for WeightsU16
impl UnwindSafe for WeightsU16
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