#[repr(C)]pub struct PtDspyOverwriteInfo {
pub overwrite: PtDspyUnsigned8,
pub unused: PtDspyUnsigned8,
}Fields§
§overwrite: PtDspyUnsigned8§unused: PtDspyUnsigned8Trait Implementations§
Source§impl Clone for PtDspyOverwriteInfo
impl Clone for PtDspyOverwriteInfo
Source§fn clone(&self) -> PtDspyOverwriteInfo
fn clone(&self) -> PtDspyOverwriteInfo
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 moreSource§impl Debug for PtDspyOverwriteInfo
impl Debug for PtDspyOverwriteInfo
impl Copy for PtDspyOverwriteInfo
Auto Trait Implementations§
impl Freeze for PtDspyOverwriteInfo
impl RefUnwindSafe for PtDspyOverwriteInfo
impl Send for PtDspyOverwriteInfo
impl Sync for PtDspyOverwriteInfo
impl Unpin for PtDspyOverwriteInfo
impl UnwindSafe for PtDspyOverwriteInfo
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