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