#[repr(C)]pub struct DiscreteValueRule { /* private fields */ }
Implementations§
Source§impl DiscreteValueRule
impl DiscreteValueRule
pub fn states(&self) -> &CxxVector<DiscreteValueRuleDiscreteValue>
Trait Implementations§
Source§impl ExternType for DiscreteValueRule
impl ExternType for DiscreteValueRule
impl UniquePtrTarget for DiscreteValueRule
Auto Trait Implementations§
impl Freeze for DiscreteValueRule
impl RefUnwindSafe for DiscreteValueRule
impl !Send for DiscreteValueRule
impl !Sync for DiscreteValueRule
impl !Unpin for DiscreteValueRule
impl UnwindSafe for DiscreteValueRule
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