#[repr(C)]pub struct cst_lts_rule_struct {
pub feat: cst_lts_feat,
pub val: cst_lts_letter,
pub qtrue: cst_lts_addr,
pub qfalse: cst_lts_addr,
}
Fields§
§feat: cst_lts_feat
§val: cst_lts_letter
§qtrue: cst_lts_addr
§qfalse: cst_lts_addr
Trait Implementations§
Source§impl Clone for cst_lts_rule_struct
impl Clone for cst_lts_rule_struct
Source§fn clone(&self) -> cst_lts_rule_struct
fn clone(&self) -> cst_lts_rule_struct
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 cst_lts_rule_struct
impl Debug for cst_lts_rule_struct
impl Copy for cst_lts_rule_struct
Auto Trait Implementations§
impl Freeze for cst_lts_rule_struct
impl RefUnwindSafe for cst_lts_rule_struct
impl Send for cst_lts_rule_struct
impl Sync for cst_lts_rule_struct
impl Unpin for cst_lts_rule_struct
impl UnwindSafe for cst_lts_rule_struct
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