Type Alias NAME_CONSTRAINTS

Source
pub type NAME_CONSTRAINTS = NAME_CONSTRAINTS_st;

Aliased Type§

struct NAME_CONSTRAINTS {
    pub permittedSubtrees: *mut stack_st_GENERAL_SUBTREE,
    pub excludedSubtrees: *mut stack_st_GENERAL_SUBTREE,
}

Fields§

§permittedSubtrees: *mut stack_st_GENERAL_SUBTREE§excludedSubtrees: *mut stack_st_GENERAL_SUBTREE

Trait Implementations

Source§

impl Clone for NAME_CONSTRAINTS_st

Source§

fn clone(&self) -> NAME_CONSTRAINTS_st

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Debug for NAME_CONSTRAINTS_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for NAME_CONSTRAINTS_st