pub struct DataLength(pub i32);
Expand description
See KMIP 1.2 section 2.1.11 Data Length.
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for DataLength
impl Clone for DataLength
Source§fn clone(&self) -> DataLength
fn clone(&self) -> DataLength
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 DataLength
impl Debug for DataLength
Source§impl PartialEq for DataLength
impl PartialEq for DataLength
Source§impl Serialize for DataLength
impl Serialize for DataLength
impl Copy for DataLength
impl Eq for DataLength
impl StructuralPartialEq for DataLength
Auto Trait Implementations§
impl Freeze for DataLength
impl RefUnwindSafe for DataLength
impl Send for DataLength
impl Sync for DataLength
impl Unpin for DataLength
impl UnwindSafe for DataLength
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