#[repr(transparent)]pub struct UITextViewBorderStyle(pub NSInteger);
Available on crate feature
UITextView
only.Expand description
The type of border around the text view.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UITextViewBorderStyle
impl UITextViewBorderStyle
Sourcepub const RoundedRect: Self
pub const RoundedRect: Self
Displays a rounded-style border for the text view.
Trait Implementations§
Source§impl Clone for UITextViewBorderStyle
impl Clone for UITextViewBorderStyle
Source§fn clone(&self) -> UITextViewBorderStyle
fn clone(&self) -> UITextViewBorderStyle
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 UITextViewBorderStyle
impl Debug for UITextViewBorderStyle
Source§impl Encode for UITextViewBorderStyle
impl Encode for UITextViewBorderStyle
Source§impl Hash for UITextViewBorderStyle
impl Hash for UITextViewBorderStyle
Source§impl Ord for UITextViewBorderStyle
impl Ord for UITextViewBorderStyle
Source§fn cmp(&self, other: &UITextViewBorderStyle) -> Ordering
fn cmp(&self, other: &UITextViewBorderStyle) -> 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 UITextViewBorderStyle
impl PartialEq for UITextViewBorderStyle
Source§impl PartialOrd for UITextViewBorderStyle
impl PartialOrd for UITextViewBorderStyle
Source§impl RefEncode for UITextViewBorderStyle
impl RefEncode for UITextViewBorderStyle
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 UITextViewBorderStyle
impl Eq for UITextViewBorderStyle
impl StructuralPartialEq for UITextViewBorderStyle
Auto Trait Implementations§
impl Freeze for UITextViewBorderStyle
impl RefUnwindSafe for UITextViewBorderStyle
impl Send for UITextViewBorderStyle
impl Sync for UITextViewBorderStyle
impl Unpin for UITextViewBorderStyle
impl UnwindSafe for UITextViewBorderStyle
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.