#[repr(transparent)]pub struct UIBarStyle(pub NSInteger);
Available on crate feature
UIInterface
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UIBarStyle
impl UIBarStyle
pub const Default: Self
pub const Black: Self
pub const BlackOpaque: Self
👎Deprecated: Use UIBarStyleBlack instead.
pub const BlackTranslucent: Self
👎Deprecated: Use UIBarStyleBlack and set the translucent property to YES instead.
Trait Implementations§
Source§impl Clone for UIBarStyle
impl Clone for UIBarStyle
Source§fn clone(&self) -> UIBarStyle
fn clone(&self) -> UIBarStyle
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 UIBarStyle
impl Debug for UIBarStyle
Source§impl Encode for UIBarStyle
impl Encode for UIBarStyle
Source§impl Hash for UIBarStyle
impl Hash for UIBarStyle
Source§impl Ord for UIBarStyle
impl Ord for UIBarStyle
Source§fn cmp(&self, other: &UIBarStyle) -> Ordering
fn cmp(&self, other: &UIBarStyle) -> 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 UIBarStyle
impl PartialEq for UIBarStyle
Source§impl PartialOrd for UIBarStyle
impl PartialOrd for UIBarStyle
Source§impl RefEncode for UIBarStyle
impl RefEncode for UIBarStyle
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 UIBarStyle
impl Eq for UIBarStyle
impl StructuralPartialEq for UIBarStyle
Auto Trait Implementations§
impl Freeze for UIBarStyle
impl RefUnwindSafe for UIBarStyle
impl Send for UIBarStyle
impl Sync for UIBarStyle
impl Unpin for UIBarStyle
impl UnwindSafe for UIBarStyle
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.