#[repr(transparent)]pub struct UIAlertViewStyle(pub NSInteger);
Available on crate feature
UIAlertView
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UIAlertViewStyle
impl UIAlertViewStyle
pub const Default: Self
pub const SecureTextInput: Self
pub const PlainTextInput: Self
pub const LoginAndPasswordInput: Self
Trait Implementations§
Source§impl Clone for UIAlertViewStyle
impl Clone for UIAlertViewStyle
Source§fn clone(&self) -> UIAlertViewStyle
fn clone(&self) -> UIAlertViewStyle
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 UIAlertViewStyle
impl Debug for UIAlertViewStyle
Source§impl Encode for UIAlertViewStyle
impl Encode for UIAlertViewStyle
Source§impl Hash for UIAlertViewStyle
impl Hash for UIAlertViewStyle
Source§impl Ord for UIAlertViewStyle
impl Ord for UIAlertViewStyle
Source§fn cmp(&self, other: &UIAlertViewStyle) -> Ordering
fn cmp(&self, other: &UIAlertViewStyle) -> 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 UIAlertViewStyle
impl PartialEq for UIAlertViewStyle
Source§impl PartialOrd for UIAlertViewStyle
impl PartialOrd for UIAlertViewStyle
Source§impl RefEncode for UIAlertViewStyle
impl RefEncode for UIAlertViewStyle
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 UIAlertViewStyle
impl Eq for UIAlertViewStyle
impl StructuralPartialEq for UIAlertViewStyle
Auto Trait Implementations§
impl Freeze for UIAlertViewStyle
impl RefUnwindSafe for UIAlertViewStyle
impl Send for UIAlertViewStyle
impl Sync for UIAlertViewStyle
impl Unpin for UIAlertViewStyle
impl UnwindSafe for UIAlertViewStyle
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.