#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CGRectEdge
Source§impl Debug for CGRectEdge
impl Debug for CGRectEdge
impl Eq for CGRectEdge
Source§impl PartialEq for CGRectEdge
impl PartialEq for CGRectEdge
Source§fn eq(&self, other: &CGRectEdge) -> bool
fn eq(&self, other: &CGRectEdge) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin for CGRectEdge
impl UnwindSafe for CGRectEdge
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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