pub struct MinMaxSize(pub usize, pub usize);
Expand description
Tuple Fields§
§0: usize
§1: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinMaxSize
impl RefUnwindSafe for MinMaxSize
impl Send for MinMaxSize
impl Sync for MinMaxSize
impl Unpin for MinMaxSize
impl UnwindSafe for MinMaxSize
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