pub struct QCborNegativeInteger(/* private fields */);Expand description
C++ enum: QCborNegativeInteger.
Implementations§
Trait Implementations§
Source§impl Clone for QCborNegativeInteger
impl Clone for QCborNegativeInteger
Source§fn clone(&self) -> QCborNegativeInteger
fn clone(&self) -> QCborNegativeInteger
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QCborNegativeInteger
Source§impl Debug for QCborNegativeInteger
impl Debug for QCborNegativeInteger
impl Eq for QCborNegativeInteger
Source§impl From<QCborNegativeInteger> for c_int
impl From<QCborNegativeInteger> for c_int
Source§fn from(value: QCborNegativeInteger) -> Self
fn from(value: QCborNegativeInteger) -> Self
Converts to this type from the input type.
Source§impl From<i32> for QCborNegativeInteger
impl From<i32> for QCborNegativeInteger
Source§impl PartialEq for QCborNegativeInteger
impl PartialEq for QCborNegativeInteger
Source§fn eq(&self, other: &QCborNegativeInteger) -> bool
fn eq(&self, other: &QCborNegativeInteger) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QCborNegativeInteger
Auto Trait Implementations§
impl Freeze for QCborNegativeInteger
impl RefUnwindSafe for QCborNegativeInteger
impl Send for QCborNegativeInteger
impl Sync for QCborNegativeInteger
impl Unpin for QCborNegativeInteger
impl UnsafeUnpin for QCborNegativeInteger
impl UnwindSafe for QCborNegativeInteger
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