pub struct Qe3CertDataPpid<'a> {
pub ppid: Cow<'a, [u8]>,
pub cpusvn: Cow<'a, [u8]>,
pub pcesvn: u16,
pub pceid: u16,
}Fields§
§ppid: Cow<'a, [u8]>§cpusvn: Cow<'a, [u8]>§pcesvn: u16§pceid: u16Implementations§
Source§impl<'a> Qe3CertDataPpid<'a>
impl<'a> Qe3CertDataPpid<'a>
pub fn clone_owned(&self) -> Qe3CertDataPpid<'static>
Trait Implementations§
Source§impl<'a> Clone for Qe3CertDataPpid<'a>
impl<'a> Clone for Qe3CertDataPpid<'a>
Source§fn clone(&self) -> Qe3CertDataPpid<'a>
fn clone(&self) -> Qe3CertDataPpid<'a>
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<'a> Debug for Qe3CertDataPpid<'a>
impl<'a> Debug for Qe3CertDataPpid<'a>
Source§impl<'a> Hash for Qe3CertDataPpid<'a>
impl<'a> Hash for Qe3CertDataPpid<'a>
Source§impl<'a> PartialEq for Qe3CertDataPpid<'a>
impl<'a> PartialEq for Qe3CertDataPpid<'a>
Source§impl<'a> Qe3CertData<'a> for Qe3CertDataPpid<'a>
impl<'a> Qe3CertData<'a> for Qe3CertDataPpid<'a>
impl<'a> Eq for Qe3CertDataPpid<'a>
impl<'a> StructuralPartialEq for Qe3CertDataPpid<'a>
Auto Trait Implementations§
impl<'a> Freeze for Qe3CertDataPpid<'a>
impl<'a> RefUnwindSafe for Qe3CertDataPpid<'a>
impl<'a> Send for Qe3CertDataPpid<'a>
impl<'a> Sync for Qe3CertDataPpid<'a>
impl<'a> Unpin for Qe3CertDataPpid<'a>
impl<'a> UnwindSafe for Qe3CertDataPpid<'a>
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