Struct kmip_protocol::types::common::DataLength [−][src]
pub struct DataLength(pub i32);
Expand description
See KMIP 1.2 section 2.1.11 Data Length.
Tuple Fields
0: i32
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DataLength
impl Send for DataLength
impl Sync for DataLength
impl Unpin for DataLength
impl UnwindSafe for DataLength
Blanket Implementations
Mutably borrows from an owned value. Read more