pub struct SizeWrapper(pub Size);
Tuple Fields§
§0: Size
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeWrapper
impl RefUnwindSafe for SizeWrapper
impl Send for SizeWrapper
impl Sync for SizeWrapper
impl Unpin for SizeWrapper
impl UnwindSafe for SizeWrapper
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