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