#[repr(C)]pub struct Rect2D {
pub offset: Offset2D,
pub extent: Extent2D,
}Fields§
§offset: Offset2D§extent: Extent2DAuto Trait Implementations§
impl Freeze for Rect2D
impl RefUnwindSafe for Rect2D
impl Send for Rect2D
impl Sync for Rect2D
impl Unpin for Rect2D
impl UnsafeUnpin for Rect2D
impl UnwindSafe for Rect2D
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