#[repr(transparent)]pub struct CTRubyOverhang(pub u8);Available on crate feature
CTRubyAnnotation only.Expand description
These constants specify whether, and on which side, ruby text is allowed to overhang adjacent text if it is wider than the base text.
The ruby text can overhang adjacent text on both sides.
The ruby text can overhang the text that proceeds it.
The ruby text can overhang the text that follows it.
The ruby text cannot overhang the proceeding or following text.
See also Apple’s documentation
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for CTRubyOverhang
impl Clone for CTRubyOverhang
Source§fn clone(&self) -> CTRubyOverhang
fn clone(&self) -> CTRubyOverhang
Returns a duplicate 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 CTRubyOverhang
impl Debug for CTRubyOverhang
Source§impl Encode for CTRubyOverhang
Available on crate feature objc2 only.
impl Encode for CTRubyOverhang
Available on crate feature
objc2 only.Source§impl Hash for CTRubyOverhang
impl Hash for CTRubyOverhang
Source§impl Ord for CTRubyOverhang
impl Ord for CTRubyOverhang
Source§fn cmp(&self, other: &CTRubyOverhang) -> Ordering
fn cmp(&self, other: &CTRubyOverhang) -> 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 CTRubyOverhang
impl PartialEq for CTRubyOverhang
Source§impl PartialOrd for CTRubyOverhang
impl PartialOrd for CTRubyOverhang
Source§impl RefEncode for CTRubyOverhang
Available on crate feature objc2 only.
impl RefEncode for CTRubyOverhang
Available on crate feature
objc2 only.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 CTRubyOverhang
impl Eq for CTRubyOverhang
impl StructuralPartialEq for CTRubyOverhang
Auto Trait Implementations§
impl Freeze for CTRubyOverhang
impl RefUnwindSafe for CTRubyOverhang
impl Send for CTRubyOverhang
impl Sync for CTRubyOverhang
impl Unpin for CTRubyOverhang
impl UnwindSafe for CTRubyOverhang
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.