#[repr(C, packed(1))]pub struct btrfs_verity_descriptor_item {
pub size: __le64,
pub reserved: [__le64; 2],
pub encryption: __u8,
}
Fields§
§size: __le64
§reserved: [__le64; 2]
§encryption: __u8
Trait Implementations§
Source§impl Clone for btrfs_verity_descriptor_item
impl Clone for btrfs_verity_descriptor_item
Source§fn clone(&self) -> btrfs_verity_descriptor_item
fn clone(&self) -> btrfs_verity_descriptor_item
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 btrfs_verity_descriptor_item
impl Debug for btrfs_verity_descriptor_item
impl Copy for btrfs_verity_descriptor_item
Auto Trait Implementations§
impl Freeze for btrfs_verity_descriptor_item
impl RefUnwindSafe for btrfs_verity_descriptor_item
impl Send for btrfs_verity_descriptor_item
impl Sync for btrfs_verity_descriptor_item
impl Unpin for btrfs_verity_descriptor_item
impl UnwindSafe for btrfs_verity_descriptor_item
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