#[repr(C)]pub struct Security2ArchProtocol { /* private fields */ }
Expand description
The raw Security2 Arch protocol implementation.
You should rarely ever need to use this, unless you are installing a custom validator.
Trait Implementations§
Source§impl Clone for Security2ArchProtocol
impl Clone for Security2ArchProtocol
Source§fn clone(&self) -> Security2ArchProtocol
fn clone(&self) -> Security2ArchProtocol
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 Security2ArchProtocol
impl Debug for Security2ArchProtocol
impl Copy for Security2ArchProtocol
Auto Trait Implementations§
impl Freeze for Security2ArchProtocol
impl RefUnwindSafe for Security2ArchProtocol
impl Send for Security2ArchProtocol
impl Sync for Security2ArchProtocol
impl Unpin for Security2ArchProtocol
impl UnwindSafe for Security2ArchProtocol
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