#[repr(C)]pub struct pelican_state {
pub K: symmetric_key,
pub state: [c_uchar; 16],
pub buflen: c_int,
}Fields§
§K: symmetric_key§state: [c_uchar; 16]§buflen: c_intTrait Implementations§
Source§impl Clone for pelican_state
impl Clone for pelican_state
impl Copy for pelican_state
Auto Trait Implementations§
impl Freeze for pelican_state
impl RefUnwindSafe for pelican_state
impl !Send for pelican_state
impl !Sync for pelican_state
impl Unpin for pelican_state
impl UnwindSafe for pelican_state
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