Struct sda_protocol::byte_arrays::B8
[−]
[src]
pub struct B8(pub [u8; 8]);
Trait Implementations
impl Copy for B8
[src]
impl Serialize for B8
[src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where S: Serializer
Serialize this value into the given Serde serializer. Read more
impl Deserialize for B8
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where D: Deserializer
Deserialize this value from the given Serde deserializer. Read more
impl Clone for B8
[src]
fn clone(&self) -> B8
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for B8
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Default for B8
[src]
impl PartialEq for B8
[src]
fn eq(&self, other: &B8) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for B8
[src]
impl Deref for B8
[src]
type Target = [u8; 8]
The resulting type after dereferencing
fn deref(&self) -> &Self::Target
The method called to dereference a value