Struct objc2_app_kit::NSTextBlockDimension
source · #[repr(transparent)]pub struct NSTextBlockDimension(pub NSUInteger);
Available on crate feature
NSTextTable
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSTextBlockDimension
impl NSTextBlockDimension
pub const NSTextBlockWidth: Self = _
pub const NSTextBlockMinimumWidth: Self = _
pub const NSTextBlockMaximumWidth: Self = _
pub const NSTextBlockHeight: Self = _
pub const NSTextBlockMinimumHeight: Self = _
pub const NSTextBlockMaximumHeight: Self = _
Trait Implementations§
source§impl Clone for NSTextBlockDimension
impl Clone for NSTextBlockDimension
source§fn clone(&self) -> NSTextBlockDimension
fn clone(&self) -> NSTextBlockDimension
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 NSTextBlockDimension
impl Debug for NSTextBlockDimension
source§impl Encode for NSTextBlockDimension
impl Encode for NSTextBlockDimension
source§impl Hash for NSTextBlockDimension
impl Hash for NSTextBlockDimension
source§impl Ord for NSTextBlockDimension
impl Ord for NSTextBlockDimension
source§fn cmp(&self, other: &NSTextBlockDimension) -> Ordering
fn cmp(&self, other: &NSTextBlockDimension) -> 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 NSTextBlockDimension
impl PartialEq for NSTextBlockDimension
source§fn eq(&self, other: &NSTextBlockDimension) -> bool
fn eq(&self, other: &NSTextBlockDimension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSTextBlockDimension
impl PartialOrd for NSTextBlockDimension
source§fn partial_cmp(&self, other: &NSTextBlockDimension) -> Option<Ordering>
fn partial_cmp(&self, other: &NSTextBlockDimension) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSTextBlockDimension
impl RefEncode for NSTextBlockDimension
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 NSTextBlockDimension
impl Eq for NSTextBlockDimension
impl StructuralPartialEq for NSTextBlockDimension
Auto Trait Implementations§
impl Freeze for NSTextBlockDimension
impl RefUnwindSafe for NSTextBlockDimension
impl Send for NSTextBlockDimension
impl Sync for NSTextBlockDimension
impl Unpin for NSTextBlockDimension
impl UnwindSafe for NSTextBlockDimension
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> 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.