Struct wolf_crypto_sys::Arc4
source · #[repr(C)]pub struct Arc4 {
pub x: byte,
pub y: byte,
pub state: [byte; 256],
pub heap: *mut c_void,
}Fields§
§x: byte§y: byte§state: [byte; 256]§heap: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for Arc4
impl RefUnwindSafe for Arc4
impl !Send for Arc4
impl !Sync for Arc4
impl Unpin for Arc4
impl UnwindSafe for Arc4
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)