pub struct Properties {
pub provides_namespace: bool,
}Expand description
Additional properties of a folder.
Fields§
§provides_namespace: boolBoolean that indicates whether this folder provides a namespace. If it
provides a namespace, images are accessed through
UIImage(named: "folder-name/image-name").
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Properties
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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