#[repr(C)]pub struct DolphinSettings {
pub happy_mode: bool,
}Fields§
§happy_mode: boolTrait Implementations§
Source§impl Clone for DolphinSettings
impl Clone for DolphinSettings
Source§fn clone(&self) -> DolphinSettings
fn clone(&self) -> DolphinSettings
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 DolphinSettings
impl Debug for DolphinSettings
impl Copy for DolphinSettings
Auto Trait Implementations§
impl Freeze for DolphinSettings
impl RefUnwindSafe for DolphinSettings
impl Send for DolphinSettings
impl Sync for DolphinSettings
impl Unpin for DolphinSettings
impl UnwindSafe for DolphinSettings
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