#[repr(C)]pub struct spng_hist {
pub frequency: [u16; 256],
}Fields§
§frequency: [u16; 256]Trait Implementations§
Auto Trait Implementations§
impl Freeze for spng_hist
impl RefUnwindSafe for spng_hist
impl Send for spng_hist
impl Sync for spng_hist
impl Unpin for spng_hist
impl UnsafeUnpin for spng_hist
impl UnwindSafe for spng_hist
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