pub struct IntParam {
pub info: ParamInfo,
/* private fields */
}Expand description
An integer parameter.
Fields§
§info: ParamInfoImplementations§
Auto Trait Implementations§
impl !Freeze for IntParam
impl RefUnwindSafe for IntParam
impl Send for IntParam
impl Sync for IntParam
impl Unpin for IntParam
impl UnsafeUnpin for IntParam
impl UnwindSafe for IntParam
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