#[repr(transparent)]pub struct UIListEnvironment(pub NSInteger);
Available on crate feature
UITraitListEnvironment
only.Expand description
Specifies a list appearance that encompasses both UICollectionView & UITableView lists.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UIListEnvironment
impl UIListEnvironment
Sourcepub const Unspecified: Self
pub const Unspecified: Self
Indicates the absence of any information about whether or not the trait collection is from a view in a list environment.
Sourcepub const InsetGrouped: Self
pub const InsetGrouped: Self
Contained within a inset-grouped-style list.
Sourcepub const SidebarPlain: Self
pub const SidebarPlain: Self
Contained within a sidebar-plain-style list.
Trait Implementations§
Source§impl Clone for UIListEnvironment
impl Clone for UIListEnvironment
Source§fn clone(&self) -> UIListEnvironment
fn clone(&self) -> UIListEnvironment
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 UIListEnvironment
impl Debug for UIListEnvironment
Source§impl Encode for UIListEnvironment
impl Encode for UIListEnvironment
Source§impl Hash for UIListEnvironment
impl Hash for UIListEnvironment
Source§impl Ord for UIListEnvironment
impl Ord for UIListEnvironment
Source§fn cmp(&self, other: &UIListEnvironment) -> Ordering
fn cmp(&self, other: &UIListEnvironment) -> 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 UIListEnvironment
impl PartialEq for UIListEnvironment
Source§impl PartialOrd for UIListEnvironment
impl PartialOrd for UIListEnvironment
Source§impl RefEncode for UIListEnvironment
impl RefEncode for UIListEnvironment
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 UIListEnvironment
impl Eq for UIListEnvironment
impl StructuralPartialEq for UIListEnvironment
Auto Trait Implementations§
impl Freeze for UIListEnvironment
impl RefUnwindSafe for UIListEnvironment
impl Send for UIListEnvironment
impl Sync for UIListEnvironment
impl Unpin for UIListEnvironment
impl UnwindSafe for UIListEnvironment
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.