pub struct IntSize(/* private fields */);Expand description
This structure describes a size, given by its width and height.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntSize
impl RefUnwindSafe for IntSize
impl Send for IntSize
impl Sync for IntSize
impl Unpin for IntSize
impl UnsafeUnpin for IntSize
impl UnwindSafe for IntSize
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