#[repr(C)]pub struct NAME_CONSTRAINTS_st {
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
impl Clone for NAME_CONSTRAINTS_st
Source§fn clone(&self) -> NAME_CONSTRAINTS_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NAME_CONSTRAINTS_st
impl Debug for NAME_CONSTRAINTS_st
Source§impl Default for NAME_CONSTRAINTS_st
impl Default for NAME_CONSTRAINTS_st
Source§impl PartialEq for NAME_CONSTRAINTS_st
impl PartialEq for NAME_CONSTRAINTS_st
impl Copy for NAME_CONSTRAINTS_st
impl Eq for NAME_CONSTRAINTS_st
impl StructuralPartialEq for NAME_CONSTRAINTS_st
Auto Trait Implementations§
impl Freeze for NAME_CONSTRAINTS_st
impl RefUnwindSafe for NAME_CONSTRAINTS_st
impl !Send for NAME_CONSTRAINTS_st
impl !Sync for NAME_CONSTRAINTS_st
impl Unpin for NAME_CONSTRAINTS_st
impl UnwindSafe for NAME_CONSTRAINTS_st
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