#[repr(C)]pub struct plum_rectangle {
pub left: u32,
pub top: u32,
pub width: u32,
pub height: u32,
}Fields§
§left: u32§top: u32§width: u32§height: u32Trait Implementations§
Source§impl Clone for plum_rectangle
impl Clone for plum_rectangle
Source§fn clone(&self) -> plum_rectangle
fn clone(&self) -> plum_rectangle
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 plum_rectangle
impl Debug for plum_rectangle
impl Copy for plum_rectangle
Auto Trait Implementations§
impl Freeze for plum_rectangle
impl RefUnwindSafe for plum_rectangle
impl Send for plum_rectangle
impl Sync for plum_rectangle
impl Unpin for plum_rectangle
impl UnwindSafe for plum_rectangle
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