#[repr(C)]pub struct PioActiveConstraintView {
pub family: PioStringView,
pub selection: PioStringView,
pub identity_count: usize,
}Expand description
One active constraint family and its element selection.
Fields§
§family: PioStringView§selection: PioStringView§identity_count: usizeTrait Implementations§
Source§impl Clone for PioActiveConstraintView
impl Clone for PioActiveConstraintView
Source§fn clone(&self) -> PioActiveConstraintView
fn clone(&self) -> PioActiveConstraintView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioActiveConstraintView
Auto Trait Implementations§
impl !Send for PioActiveConstraintView
impl !Sync for PioActiveConstraintView
impl Freeze for PioActiveConstraintView
impl RefUnwindSafe for PioActiveConstraintView
impl Unpin for PioActiveConstraintView
impl UnsafeUnpin for PioActiveConstraintView
impl UnwindSafe for PioActiveConstraintView
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