Struct islet_rmm::rmi::constraint::Constraint
source · pub struct Constraint {
pub cmd: usize,
pub arg_num: usize,
pub ret_num: usize,
}
Fields§
§cmd: usize
§arg_num: usize
§ret_num: usize
Implementations§
source§impl Constraint
impl Constraint
Trait Implementations§
source§impl Clone for Constraint
impl Clone for Constraint
source§fn clone(&self) -> Constraint
fn clone(&self) -> Constraint
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 Default for Constraint
impl Default for Constraint
source§fn default() -> Constraint
fn default() -> Constraint
Returns the “default value” for a type. Read more
impl Copy for Constraint
Auto Trait Implementations§
impl Freeze for Constraint
impl RefUnwindSafe for Constraint
impl Send for Constraint
impl Sync for Constraint
impl Unpin for Constraint
impl UnwindSafe for Constraint
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