#[repr(u32)]pub enum NSRectEdge {
NSRectMinXEdge = 0,
NSRectMinYEdge = 1,
NSRectMaxXEdge = 2,
NSRectMaxYEdge = 3,
}
👎Deprecated: use the objc2-foundation crate instead
Variants§
NSRectMinXEdge = 0
👎Deprecated: use the objc2-foundation crate instead
NSRectMinYEdge = 1
👎Deprecated: use the objc2-foundation crate instead
NSRectMaxXEdge = 2
👎Deprecated: use the objc2-foundation crate instead
NSRectMaxYEdge = 3
👎Deprecated: use the objc2-foundation crate instead
Auto Trait Implementations§
impl Freeze for NSRectEdge
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