#[repr(C)]pub struct DES_cblock_st {
pub bytes: [u8; 8],
}
Fields§
§bytes: [u8; 8]
Trait Implementations§
Source§impl Clone for DES_cblock_st
impl Clone for DES_cblock_st
Source§fn clone(&self) -> DES_cblock_st
fn clone(&self) -> DES_cblock_st
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 DES_cblock_st
impl Debug for DES_cblock_st
Source§impl Default for DES_cblock_st
impl Default for DES_cblock_st
Source§fn default() -> DES_cblock_st
fn default() -> DES_cblock_st
Returns the “default value” for a type. Read more
Source§impl PartialEq for DES_cblock_st
impl PartialEq for DES_cblock_st
impl Copy for DES_cblock_st
impl Eq for DES_cblock_st
impl StructuralPartialEq for DES_cblock_st
Auto Trait Implementations§
impl Freeze for DES_cblock_st
impl RefUnwindSafe for DES_cblock_st
impl Send for DES_cblock_st
impl Sync for DES_cblock_st
impl Unpin for DES_cblock_st
impl UnwindSafe for DES_cblock_st
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