Enum cocoa::foundation::NSRectEdge
source · pub enum NSRectEdge {
NSRectMinXEdge,
NSRectMinYEdge,
NSRectMaxXEdge,
NSRectMaxYEdge,
}Variants
NSRectMinXEdge
NSRectMinYEdge
NSRectMaxXEdge
NSRectMaxYEdge
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more