pub struct CoreSettings {
pub init_sensors: bool,
pub init_cameras: bool,
pub init_controllers: bool,
}Fields§
§init_sensors: bool§init_cameras: bool§init_controllers: boolTrait Implementations§
Source§impl Clone for CoreSettings
impl Clone for CoreSettings
Source§fn clone(&self) -> CoreSettings
fn clone(&self) -> CoreSettings
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 moreAuto Trait Implementations§
impl Freeze for CoreSettings
impl RefUnwindSafe for CoreSettings
impl Send for CoreSettings
impl Sync for CoreSettings
impl Unpin for CoreSettings
impl UnsafeUnpin for CoreSettings
impl UnwindSafe for CoreSettings
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