#[repr(C)]pub struct __dbc_internal { /* private fields */ }
Trait Implementations§
Source§impl Clone for __dbc_internal
impl Clone for __dbc_internal
Source§fn clone(&self) -> __dbc_internal
fn clone(&self) -> __dbc_internal
Returns a copy 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 __dbc_internal
impl Debug for __dbc_internal
impl Copy for __dbc_internal
Auto Trait Implementations§
impl Freeze for __dbc_internal
impl RefUnwindSafe for __dbc_internal
impl Send for __dbc_internal
impl Sync for __dbc_internal
impl Unpin for __dbc_internal
impl UnwindSafe for __dbc_internal
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