#[repr(C)]pub struct DzlSettingsSandwich { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlSettingsSandwich
impl RefUnwindSafe for DzlSettingsSandwich
impl !Send for DzlSettingsSandwich
impl !Sync for DzlSettingsSandwich
impl !Unpin for DzlSettingsSandwich
impl UnwindSafe for DzlSettingsSandwich
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