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