#[repr(C)]pub struct lc_token_s {
pub version: u8,
pub channel: [u8; 14],
pub capbits: u8,
pub signkey: [u8; 8],
pub expires: u64,
pub bearkey: [u8; 32],
pub sig: [u8; 64],
}Fields§
§version: u8§channel: [u8; 14]§capbits: u8§signkey: [u8; 8]§expires: u64§bearkey: [u8; 32]§sig: [u8; 64]Trait Implementations§
Source§impl Clone for lc_token_s
impl Clone for lc_token_s
Source§fn clone(&self) -> lc_token_s
fn clone(&self) -> lc_token_s
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 lc_token_s
impl Debug for lc_token_s
impl Copy for lc_token_s
Auto Trait Implementations§
impl Freeze for lc_token_s
impl RefUnwindSafe for lc_token_s
impl Send for lc_token_s
impl Sync for lc_token_s
impl Unpin for lc_token_s
impl UnwindSafe for lc_token_s
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