pub struct AutoCoreLib;Expand description
Loadable library that contributes SIM automotive core citizens and values.
Trait Implementations§
Source§impl Clone for AutoCoreLib
impl Clone for AutoCoreLib
Source§fn clone(&self) -> AutoCoreLib
fn clone(&self) -> AutoCoreLib
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 AutoCoreLib
Source§impl Debug for AutoCoreLib
impl Debug for AutoCoreLib
Source§impl Default for AutoCoreLib
impl Default for AutoCoreLib
Source§fn default() -> AutoCoreLib
fn default() -> AutoCoreLib
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AutoCoreLib
impl RefUnwindSafe for AutoCoreLib
impl Send for AutoCoreLib
impl Sync for AutoCoreLib
impl Unpin for AutoCoreLib
impl UnsafeUnpin for AutoCoreLib
impl UnwindSafe for AutoCoreLib
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