#[repr(transparent)]pub struct INRelativeSetting(pub NSInteger);
👎Deprecated: INRelativeSetting is deprecated. There is no replacement.
Available on crate feature
INRelativeSetting
only.Expand description
Tuple Fields§
§0: NSInteger
👎Deprecated: INRelativeSetting is deprecated. There is no replacement.
Implementations§
Source§impl INRelativeSetting
impl INRelativeSetting
pub const Unknown: Self
👎Deprecated: INRelativeSetting is deprecated. There is no replacement.
pub const Lowest: Self
👎Deprecated: INRelativeSetting is deprecated. There is no replacement.
pub const Lower: Self
👎Deprecated: INRelativeSetting is deprecated. There is no replacement.
pub const Higher: Self
👎Deprecated: INRelativeSetting is deprecated. There is no replacement.
pub const Highest: Self
👎Deprecated: INRelativeSetting is deprecated. There is no replacement.
Trait Implementations§
Source§impl Clone for INRelativeSetting
impl Clone for INRelativeSetting
Source§fn clone(&self) -> INRelativeSetting
fn clone(&self) -> INRelativeSetting
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 INRelativeSetting
impl Debug for INRelativeSetting
Source§impl Encode for INRelativeSetting
impl Encode for INRelativeSetting
Source§impl Hash for INRelativeSetting
impl Hash for INRelativeSetting
Source§impl Ord for INRelativeSetting
impl Ord for INRelativeSetting
Source§fn cmp(&self, other: &INRelativeSetting) -> Ordering
fn cmp(&self, other: &INRelativeSetting) -> 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 INRelativeSetting
impl PartialEq for INRelativeSetting
Source§impl PartialOrd for INRelativeSetting
impl PartialOrd for INRelativeSetting
Source§impl RefEncode for INRelativeSetting
impl RefEncode for INRelativeSetting
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 INRelativeSetting
impl Eq for INRelativeSetting
impl StructuralPartialEq for INRelativeSetting
Auto Trait Implementations§
impl Freeze for INRelativeSetting
impl RefUnwindSafe for INRelativeSetting
impl Send for INRelativeSetting
impl Sync for INRelativeSetting
impl Unpin for INRelativeSetting
impl UnwindSafe for INRelativeSetting
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.