pub struct SimdSecurityValidator;Expand description
SIMD state validation and security checks
Implementations§
Auto Trait Implementations§
impl Freeze for SimdSecurityValidator
impl RefUnwindSafe for SimdSecurityValidator
impl Send for SimdSecurityValidator
impl Sync for SimdSecurityValidator
impl Unpin for SimdSecurityValidator
impl UnsafeUnpin for SimdSecurityValidator
impl UnwindSafe for SimdSecurityValidator
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