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