#[repr(C, packed(2))]pub struct RegionRectangle {
pub Next: *mut RegionRectangle,
pub Prev: *mut RegionRectangle,
pub bounds: Rectangle,
}Fields§
§Next: *mut RegionRectangle§Prev: *mut RegionRectangle§bounds: RectangleTrait Implementations§
Source§impl Clone for RegionRectangle
impl Clone for RegionRectangle
Source§fn clone(&self) -> RegionRectangle
fn clone(&self) -> RegionRectangle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegionRectangle
impl Debug for RegionRectangle
impl Copy for RegionRectangle
Auto Trait Implementations§
impl Freeze for RegionRectangle
impl RefUnwindSafe for RegionRectangle
impl !Send for RegionRectangle
impl !Sync for RegionRectangle
impl Unpin for RegionRectangle
impl UnwindSafe for RegionRectangle
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