Struct ring::aead::poly1305::poly1305_state
source · #[repr(C, align(64))]struct poly1305_state([u8; 512]);
Tuple Fields§
§0: [u8; 512]
Auto Trait Implementations§
impl Freeze for poly1305_state
impl RefUnwindSafe for poly1305_state
impl Send for poly1305_state
impl Sync for poly1305_state
impl Unpin for poly1305_state
impl UnwindSafe for poly1305_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