pub struct StateCounts {
pub nominal: usize,
pub disocclusion_like: usize,
pub unstable_history: usize,
pub motion_edge: usize,
}Fields§
§nominal: usize§disocclusion_like: usize§unstable_history: usize§motion_edge: usizeTrait Implementations§
Source§impl Clone for StateCounts
impl Clone for StateCounts
Source§fn clone(&self) -> StateCounts
fn clone(&self) -> StateCounts
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 StateCounts
impl Debug for StateCounts
Source§impl Default for StateCounts
impl Default for StateCounts
Source§fn default() -> StateCounts
fn default() -> StateCounts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StateCounts
impl RefUnwindSafe for StateCounts
impl Send for StateCounts
impl Sync for StateCounts
impl Unpin for StateCounts
impl UnsafeUnpin for StateCounts
impl UnwindSafe for StateCounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().