Enum cocoa_foundation::foundation::NSRectEdge
source · #[repr(u32)]pub enum NSRectEdge {
NSRectMinXEdge,
NSRectMinYEdge,
NSRectMaxXEdge,
NSRectMaxYEdge,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NSRectEdge
impl Send for NSRectEdge
impl Sync for NSRectEdge
impl Unpin for NSRectEdge
impl UnwindSafe for NSRectEdge
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