pub struct EncoderState {
pub membrane_potentials: Vec<f32>,
}Fields§
§membrane_potentials: Vec<f32>Implementations§
Trait Implementations§
Source§impl Clone for EncoderState
impl Clone for EncoderState
Source§fn clone(&self) -> EncoderState
fn clone(&self) -> EncoderState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EncoderState
impl Debug for EncoderState
Source§impl PartialEq for EncoderState
impl PartialEq for EncoderState
impl StructuralPartialEq for EncoderState
Auto Trait Implementations§
impl Freeze for EncoderState
impl RefUnwindSafe for EncoderState
impl Send for EncoderState
impl Sync for EncoderState
impl Unpin for EncoderState
impl UnsafeUnpin for EncoderState
impl UnwindSafe for EncoderState
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