#[repr(C)]pub struct ConstrCheck {
pub ccname: *mut c_char,
pub ccbin: *mut c_char,
pub ccvalid: bool,
pub ccnoinherit: bool,
}
Fields§
§ccname: *mut c_char
§ccbin: *mut c_char
§ccvalid: bool
§ccnoinherit: bool
Trait Implementations§
Source§impl Clone for ConstrCheck
impl Clone for ConstrCheck
Source§fn clone(&self) -> ConstrCheck
fn clone(&self) -> ConstrCheck
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 ConstrCheck
impl Debug for ConstrCheck
Source§impl Default for ConstrCheck
impl Default for ConstrCheck
impl Copy for ConstrCheck
Auto Trait Implementations§
impl Freeze for ConstrCheck
impl RefUnwindSafe for ConstrCheck
impl !Send for ConstrCheck
impl !Sync for ConstrCheck
impl Unpin for ConstrCheck
impl UnwindSafe for ConstrCheck
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