#[repr(C)]pub struct SettingCollectionList<T> {
pub __base: SettingCollection<T>,
pub settings: BSSimpleList<*mut T>,
}
Fields§
§__base: SettingCollection<T>
Base SettingCollection<T>
struct.
settings: BSSimpleList<*mut T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SettingCollectionList<T>
impl<T> RefUnwindSafe for SettingCollectionList<T>where
T: RefUnwindSafe,
impl<T> !Send for SettingCollectionList<T>
impl<T> !Sync for SettingCollectionList<T>
impl<T> Unpin for SettingCollectionList<T>
impl<T> UnwindSafe for SettingCollectionList<T>where
T: RefUnwindSafe,
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