#[repr(C)]pub struct lc3_plc_state {
pub seed: u16,
pub count: c_int,
pub alpha: f32,
}Fields§
§seed: u16§count: c_int§alpha: f32Trait Implementations§
Source§impl Clone for lc3_plc_state
impl Clone for lc3_plc_state
Source§fn clone(&self) -> lc3_plc_state
fn clone(&self) -> lc3_plc_state
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lc3_plc_state
impl Debug for lc3_plc_state
impl Copy for lc3_plc_state
Auto Trait Implementations§
impl Freeze for lc3_plc_state
impl RefUnwindSafe for lc3_plc_state
impl Send for lc3_plc_state
impl Sync for lc3_plc_state
impl Unpin for lc3_plc_state
impl UnwindSafe for lc3_plc_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