Struct chemfiles_sys::chfl_match_t [] [src]

pub struct chfl_match_t {
    pub size: c_char,
    pub atoms: [size_t; 4],
}

Fields

size: c_char atoms: [size_t; 4]

Trait Implementations

impl Eq for chfl_match_t
[src]

impl PartialEq for chfl_match_t
[src]

fn eq(&self, __arg_0: &chfl_match_t) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &chfl_match_t) -> bool

This method tests for !=.

impl Debug for chfl_match_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for chfl_match_t
[src]

impl Clone for chfl_match_t
[src]

fn clone(&self) -> chfl_match_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more