pub struct QeAuthData {
pub size: u16,
pub data: Vec<u8>,
}Fields§
§size: u16§data: Vec<u8>Implementations§
Source§impl QeAuthData
impl QeAuthData
pub fn from_bytes(raw_bytes: &[u8]) -> QeAuthData
Trait Implementations§
Source§impl Clone for QeAuthData
impl Clone for QeAuthData
Source§fn clone(&self) -> QeAuthData
fn clone(&self) -> QeAuthData
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 QeAuthData
impl Debug for QeAuthData
Source§impl PartialEq for QeAuthData
impl PartialEq for QeAuthData
impl Eq for QeAuthData
impl StructuralPartialEq for QeAuthData
Auto Trait Implementations§
impl Freeze for QeAuthData
impl RefUnwindSafe for QeAuthData
impl Send for QeAuthData
impl Sync for QeAuthData
impl Unpin for QeAuthData
impl UnwindSafe for QeAuthData
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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