Expand description
Rect that could be flipped sideway (rotated by 90 degrees clockwise)
Fields
x: u32y: u32w: u32h: u32flipped: boolImplementations
Methods from Deref<Target = Rect>
Trait Implementations
impl Copy for Rectf
Auto Trait Implementations
impl RefUnwindSafe for Rectf
impl Send for Rectf
impl Sync for Rectf
impl Unpin for Rectf
impl UnwindSafe for Rectf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more