#[repr(C)]pub struct RetinaParameters_OPLandIplParvoParameters {
pub color_mode: bool,
pub normalise_output: bool,
pub photoreceptors_local_adaptation_sensitivity: f32,
pub photoreceptors_temporal_constant: f32,
pub photoreceptors_spatial_constant: f32,
pub horizontal_cells_gain: f32,
pub hcells_temporal_constant: f32,
pub hcells_spatial_constant: f32,
pub ganglion_cells_sensitivity: f32,
}
Expand description
Outer Plexiform Layer (OPL) and Inner Plexiform Layer Parvocellular (IplParvo) parameters
Fields§
§color_mode: bool
§normalise_output: bool
§photoreceptors_local_adaptation_sensitivity: f32
§photoreceptors_temporal_constant: f32
§photoreceptors_spatial_constant: f32
§horizontal_cells_gain: f32
§hcells_temporal_constant: f32
§hcells_spatial_constant: f32
§ganglion_cells_sensitivity: f32
Implementations§
Trait Implementations§
Source§impl Clone for RetinaParameters_OPLandIplParvoParameters
impl Clone for RetinaParameters_OPLandIplParvoParameters
Source§fn clone(&self) -> RetinaParameters_OPLandIplParvoParameters
fn clone(&self) -> RetinaParameters_OPLandIplParvoParameters
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 PartialEq for RetinaParameters_OPLandIplParvoParameters
impl PartialEq for RetinaParameters_OPLandIplParvoParameters
Source§fn eq(&self, other: &RetinaParameters_OPLandIplParvoParameters) -> bool
fn eq(&self, other: &RetinaParameters_OPLandIplParvoParameters) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RetinaParameters_OPLandIplParvoParameters
impl StructuralPartialEq for RetinaParameters_OPLandIplParvoParameters
Auto Trait Implementations§
impl Freeze for RetinaParameters_OPLandIplParvoParameters
impl RefUnwindSafe for RetinaParameters_OPLandIplParvoParameters
impl Send for RetinaParameters_OPLandIplParvoParameters
impl Sync for RetinaParameters_OPLandIplParvoParameters
impl Unpin for RetinaParameters_OPLandIplParvoParameters
impl UnwindSafe for RetinaParameters_OPLandIplParvoParameters
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