#[repr(C)]pub struct VariableAuthentication3CertId<const N: usize = 0> {
pub type: u8,
pub id_size: u32,
pub id: [u8; N],
}
Fields§
§type: u8
§id_size: u32
§id: [u8; N]
Trait Implementations§
Source§impl<const N: usize> Clone for VariableAuthentication3CertId<N>
impl<const N: usize> Clone for VariableAuthentication3CertId<N>
Source§fn clone(&self) -> VariableAuthentication3CertId<N>
fn clone(&self) -> VariableAuthentication3CertId<N>
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<const N: usize> Debug for VariableAuthentication3CertId<N>
impl<const N: usize> Debug for VariableAuthentication3CertId<N>
impl<const N: usize> Copy for VariableAuthentication3CertId<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for VariableAuthentication3CertId<N>
impl<const N: usize> RefUnwindSafe for VariableAuthentication3CertId<N>
impl<const N: usize> Send for VariableAuthentication3CertId<N>
impl<const N: usize> Sync for VariableAuthentication3CertId<N>
impl<const N: usize> Unpin for VariableAuthentication3CertId<N>
impl<const N: usize> UnwindSafe for VariableAuthentication3CertId<N>
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