pub struct StrucInstanceValue { /* private fields */ }
Implementations§
Source§impl StrucInstanceValue
impl StrucInstanceValue
pub fn new( smt: &Smt<'_>, model: &Model<'_>, structure: StructureId, instance: InstanceId, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrucInstanceValue
impl RefUnwindSafe for StrucInstanceValue
impl Send for StrucInstanceValue
impl Sync for StrucInstanceValue
impl Unpin for StrucInstanceValue
impl UnwindSafe for StrucInstanceValue
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