#[repr(transparent)]pub struct UIActionSheetStyle(pub NSInteger);
👎Deprecated: UIActionSheet is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet instead.
Available on crate feature
UIActionSheet
only.Expand description
Tuple Fields§
§0: NSInteger
👎Deprecated: UIActionSheet is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet instead.
Implementations§
Source§impl UIActionSheetStyle
impl UIActionSheetStyle
pub const Automatic: Self
👎Deprecated: UIActionSheet is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet instead.
pub const Default: Self
👎Deprecated: UIActionSheet is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet instead.
Available on crate feature
UIInterface
only.pub const BlackTranslucent: Self
👎Deprecated: UIActionSheet is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet instead.
Available on crate feature
UIInterface
only.pub const BlackOpaque: Self
👎Deprecated: UIActionSheet is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet instead.
Available on crate feature
UIInterface
only.Trait Implementations§
Source§impl Clone for UIActionSheetStyle
impl Clone for UIActionSheetStyle
Source§fn clone(&self) -> UIActionSheetStyle
fn clone(&self) -> UIActionSheetStyle
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 UIActionSheetStyle
impl Debug for UIActionSheetStyle
Source§impl Encode for UIActionSheetStyle
impl Encode for UIActionSheetStyle
Source§impl Hash for UIActionSheetStyle
impl Hash for UIActionSheetStyle
Source§impl Ord for UIActionSheetStyle
impl Ord for UIActionSheetStyle
Source§fn cmp(&self, other: &UIActionSheetStyle) -> Ordering
fn cmp(&self, other: &UIActionSheetStyle) -> 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 UIActionSheetStyle
impl PartialEq for UIActionSheetStyle
Source§impl PartialOrd for UIActionSheetStyle
impl PartialOrd for UIActionSheetStyle
Source§impl RefEncode for UIActionSheetStyle
impl RefEncode for UIActionSheetStyle
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 UIActionSheetStyle
impl Eq for UIActionSheetStyle
impl StructuralPartialEq for UIActionSheetStyle
Auto Trait Implementations§
impl Freeze for UIActionSheetStyle
impl RefUnwindSafe for UIActionSheetStyle
impl Send for UIActionSheetStyle
impl Sync for UIActionSheetStyle
impl Unpin for UIActionSheetStyle
impl UnwindSafe for UIActionSheetStyle
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.