Struct ipp_headers_sys::ThresholdAdaptiveSpec
source · #[repr(C)]pub struct ThresholdAdaptiveSpec { /* private fields */ }
Trait Implementations§
source§impl Clone for ThresholdAdaptiveSpec
impl Clone for ThresholdAdaptiveSpec
source§fn clone(&self) -> ThresholdAdaptiveSpec
fn clone(&self) -> ThresholdAdaptiveSpec
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 ThresholdAdaptiveSpec
impl Debug for ThresholdAdaptiveSpec
impl Copy for ThresholdAdaptiveSpec
Auto Trait Implementations§
impl Freeze for ThresholdAdaptiveSpec
impl RefUnwindSafe for ThresholdAdaptiveSpec
impl Send for ThresholdAdaptiveSpec
impl Sync for ThresholdAdaptiveSpec
impl Unpin for ThresholdAdaptiveSpec
impl UnwindSafe for ThresholdAdaptiveSpec
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