#[repr(transparent)]pub struct UIVibrancyEffectStyle(pub NSInteger);
Available on crate feature
UIVibrancyEffect
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
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 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 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§impl PartialOrd for UIVibrancyEffectStyle
impl PartialOrd for UIVibrancyEffectStyle
Source§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> 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.