pub struct ConstUSize {}
Expand description
Template structure for const usizes
Auto Trait Implementations§
impl Freeze for ConstUSize
impl RefUnwindSafe for ConstUSize
impl Send for ConstUSize
impl Sync for ConstUSize
impl Unpin for ConstUSize
impl UnwindSafe for ConstUSize
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