#[repr(C, packed(1))]pub struct ext4_encryption_key {
pub mode: __u32,
pub raw: [c_char; 64],
pub size: __u32,
}Fields§
§mode: __u32§raw: [c_char; 64]§size: __u32Trait Implementations§
Source§impl Clone for ext4_encryption_key
impl Clone for ext4_encryption_key
Source§fn clone(&self) -> ext4_encryption_key
fn clone(&self) -> ext4_encryption_key
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 ext4_encryption_key
impl Debug for ext4_encryption_key
impl Copy for ext4_encryption_key
Auto Trait Implementations§
impl Freeze for ext4_encryption_key
impl RefUnwindSafe for ext4_encryption_key
impl Send for ext4_encryption_key
impl Sync for ext4_encryption_key
impl Unpin for ext4_encryption_key
impl UnwindSafe for ext4_encryption_key
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