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