pub struct DistribPercentage;Expand description
DistribPercentage (512).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DistribPercentage
impl RefUnwindSafe for DistribPercentage
impl Send for DistribPercentage
impl Sync for DistribPercentage
impl Unpin for DistribPercentage
impl UnsafeUnpin for DistribPercentage
impl UnwindSafe for DistribPercentage
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