#[repr(transparent)]pub struct NSRectEdge(pub NSUInteger);
Available on crate feature
NSGeometry
only.Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSRectEdge
impl NSRectEdge
pub const MinX: Self
pub const MinY: Self
pub const MaxX: Self
pub const MaxY: Self
pub const NSMinXEdge: Self
pub const NSMinYEdge: Self
pub const NSMaxXEdge: Self
pub const NSMaxYEdge: Self
Trait Implementations§
Source§impl Clone for NSRectEdge
impl Clone for NSRectEdge
Source§fn clone(&self) -> NSRectEdge
fn clone(&self) -> NSRectEdge
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 NSRectEdge
impl Debug for NSRectEdge
Source§impl Encode for NSRectEdge
impl Encode for NSRectEdge
Source§impl Hash for NSRectEdge
impl Hash for NSRectEdge
Source§impl Ord for NSRectEdge
impl Ord for NSRectEdge
Source§fn cmp(&self, other: &NSRectEdge) -> Ordering
fn cmp(&self, other: &NSRectEdge) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NSRectEdge
impl PartialEq for NSRectEdge
Source§impl PartialOrd for NSRectEdge
impl PartialOrd for NSRectEdge
Source§impl RefEncode for NSRectEdge
impl RefEncode for NSRectEdge
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSRectEdge
impl Eq for NSRectEdge
impl StructuralPartialEq for NSRectEdge
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.