#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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 UnsafeUnpin 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