Enum core_graphics2::geometry::CGRectEdge
source · #[repr(u32)]pub enum CGRectEdge {
MinX = 0,
MinY = 1,
MaxX = 2,
MaxY = 3,
}Variants§
Trait Implementations§
source§impl Clone for CGRectEdge
impl Clone for CGRectEdge
source§fn clone(&self) -> CGRectEdge
fn clone(&self) -> CGRectEdge
Returns a copy 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 CGRectEdge
impl Debug for CGRectEdge
source§impl PartialEq for CGRectEdge
impl PartialEq for CGRectEdge
source§fn eq(&self, other: &CGRectEdge) -> bool
fn eq(&self, other: &CGRectEdge) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CGRectEdge
impl Eq for CGRectEdge
impl StructuralPartialEq for CGRectEdge
Auto Trait Implementations§
impl Freeze for CGRectEdge
impl RefUnwindSafe for CGRectEdge
impl Send for CGRectEdge
impl Sync for CGRectEdge
impl Unpin for CGRectEdge
impl UnwindSafe for CGRectEdge
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