#[repr(C)]pub struct Rect2D {
pub offset: Offset2D,
pub extent: Extent2D,
}
Expand description
Fields§
§offset: Offset2D
§extent: Extent2D
Implementations§
Trait Implementations§
impl Copy for Rect2D
impl Eq for Rect2D
impl StructuralPartialEq for Rect2D
Auto Trait Implementations§
impl Freeze for Rect2D
impl RefUnwindSafe for Rect2D
impl Send for Rect2D
impl Sync for Rect2D
impl Unpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)