#[repr(C)]pub struct fz_arc4 {
pub x: c_uint,
pub y: c_uint,
pub state: [c_uchar; 256],
}Expand description
Structure definition is public to enable stack
based allocation. Do not access the members directly.
Fields§
§x: c_uint§y: c_uint§state: [c_uchar; 256]Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_arc4
impl RefUnwindSafe for fz_arc4
impl Send for fz_arc4
impl Sync for fz_arc4
impl Unpin for fz_arc4
impl UnwindSafe for fz_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