Struct objc2_ui_kit::UIVibrancyEffectStyle
source · #[repr(transparent)]pub struct UIVibrancyEffectStyle(pub NSInteger);Available on crate feature
UIVibrancyEffect only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl UIVibrancyEffectStyle
impl UIVibrancyEffectStyle
pub const Label: Self = _
pub const SecondaryLabel: Self = _
pub const TertiaryLabel: Self = _
pub const QuaternaryLabel: Self = _
pub const Fill: Self = _
pub const SecondaryFill: Self = _
pub const TertiaryFill: Self = _
pub const Separator: Self = _
Trait Implementations§
source§impl Clone for UIVibrancyEffectStyle
impl Clone for UIVibrancyEffectStyle
source§fn clone(&self) -> UIVibrancyEffectStyle
fn clone(&self) -> UIVibrancyEffectStyle
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 UIVibrancyEffectStyle
impl Debug for UIVibrancyEffectStyle
source§impl Encode for UIVibrancyEffectStyle
impl Encode for UIVibrancyEffectStyle
source§impl Hash for UIVibrancyEffectStyle
impl Hash for UIVibrancyEffectStyle
source§impl Ord for UIVibrancyEffectStyle
impl Ord for UIVibrancyEffectStyle
source§fn cmp(&self, other: &UIVibrancyEffectStyle) -> Ordering
fn cmp(&self, other: &UIVibrancyEffectStyle) -> 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 UIVibrancyEffectStyle
impl PartialEq for UIVibrancyEffectStyle
source§fn eq(&self, other: &UIVibrancyEffectStyle) -> bool
fn eq(&self, other: &UIVibrancyEffectStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for UIVibrancyEffectStyle
impl PartialOrd for UIVibrancyEffectStyle
source§fn partial_cmp(&self, other: &UIVibrancyEffectStyle) -> Option<Ordering>
fn partial_cmp(&self, other: &UIVibrancyEffectStyle) -> 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 UIVibrancyEffectStyle
impl RefEncode for UIVibrancyEffectStyle
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 UIVibrancyEffectStyle
impl Eq for UIVibrancyEffectStyle
impl StructuralPartialEq for UIVibrancyEffectStyle
Auto Trait Implementations§
impl Freeze for UIVibrancyEffectStyle
impl RefUnwindSafe for UIVibrancyEffectStyle
impl Send for UIVibrancyEffectStyle
impl Sync for UIVibrancyEffectStyle
impl Unpin for UIVibrancyEffectStyle
impl UnwindSafe for UIVibrancyEffectStyle
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.