pub struct DsspCounts {
pub h: usize,
pub g: usize,
pub i: usize,
pub e: usize,
pub b: usize,
pub t: usize,
pub s: usize,
pub c: usize,
}Expand description
Counts of each DSSP state.
Fields§
§h: usize§g: usize§i: usize§e: usize§b: usize§t: usize§s: usize§c: usizeTrait Implementations§
Source§impl Clone for DsspCounts
impl Clone for DsspCounts
Source§fn clone(&self) -> DsspCounts
fn clone(&self) -> DsspCounts
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 DsspCounts
impl Debug for DsspCounts
Source§impl Default for DsspCounts
impl Default for DsspCounts
Source§fn default() -> DsspCounts
fn default() -> DsspCounts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DsspCounts
impl RefUnwindSafe for DsspCounts
impl Send for DsspCounts
impl Sync for DsspCounts
impl Unpin for DsspCounts
impl UnsafeUnpin for DsspCounts
impl UnwindSafe for DsspCounts
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