#[repr(C)]pub struct mlx5dv_crypto_caps {
pub failed_selftests: u16,
pub crypto_engines: u8,
pub wrapped_import_method: u8,
pub log_max_num_deks: u8,
pub flags: u32,
}
Fields§
§failed_selftests: u16
§crypto_engines: u8
§wrapped_import_method: u8
§log_max_num_deks: u8
§flags: u32
Trait Implementations§
Source§impl Clone for mlx5dv_crypto_caps
impl Clone for mlx5dv_crypto_caps
Source§fn clone(&self) -> mlx5dv_crypto_caps
fn clone(&self) -> mlx5dv_crypto_caps
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 mlx5dv_crypto_caps
impl Debug for mlx5dv_crypto_caps
Source§impl Default for mlx5dv_crypto_caps
impl Default for mlx5dv_crypto_caps
Source§fn default() -> mlx5dv_crypto_caps
fn default() -> mlx5dv_crypto_caps
Returns the “default value” for a type. Read more
impl Copy for mlx5dv_crypto_caps
Auto Trait Implementations§
impl Freeze for mlx5dv_crypto_caps
impl RefUnwindSafe for mlx5dv_crypto_caps
impl Send for mlx5dv_crypto_caps
impl Sync for mlx5dv_crypto_caps
impl Unpin for mlx5dv_crypto_caps
impl UnwindSafe for mlx5dv_crypto_caps
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