#[repr(C)]struct FsVerityEnableArg {
version: u32,
hash_algorithm: u32,
block_size: u32,
salt_size: u32,
salt_ptr: u64,
sig_size: u32,
__reserved1: u32,
sig_ptr: u64,
__reserved2: [u64; 11],
}Fields§
§version: u32§hash_algorithm: u32§block_size: u32§salt_size: u32§salt_ptr: u64§sig_size: u32§__reserved1: u32§sig_ptr: u64§__reserved2: [u64; 11]Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsVerityEnableArg
impl RefUnwindSafe for FsVerityEnableArg
impl Send for FsVerityEnableArg
impl Sync for FsVerityEnableArg
impl Unpin for FsVerityEnableArg
impl UnwindSafe for FsVerityEnableArg
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