Struct boring_sys::NAME_CONSTRAINTS_st
source · [−]#[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_SUBTREEexcludedSubtrees: *mut stack_st_GENERAL_SUBTREETrait Implementations
sourceimpl Clone for NAME_CONSTRAINTS_st
impl Clone for NAME_CONSTRAINTS_st
sourcefn clone(&self) -> NAME_CONSTRAINTS_st
fn clone(&self) -> NAME_CONSTRAINTS_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NAME_CONSTRAINTS_st
impl Debug for NAME_CONSTRAINTS_st
sourceimpl Default for NAME_CONSTRAINTS_st
impl Default for NAME_CONSTRAINTS_st
sourceimpl PartialEq<NAME_CONSTRAINTS_st> for NAME_CONSTRAINTS_st
impl PartialEq<NAME_CONSTRAINTS_st> for NAME_CONSTRAINTS_st
sourcefn eq(&self, other: &NAME_CONSTRAINTS_st) -> bool
fn eq(&self, other: &NAME_CONSTRAINTS_st) -> bool
impl Copy for NAME_CONSTRAINTS_st
impl Eq for NAME_CONSTRAINTS_st
impl StructuralEq for NAME_CONSTRAINTS_st
impl StructuralPartialEq for NAME_CONSTRAINTS_st
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more