pub struct SizeHints {
pub max_inputs: u8,
pub max_outputs: u8,
pub max_params: u8,
pub max_vars: u8,
}
Expand description
Used to initialize collections later in the process.
Fields§
§max_inputs: u8
§max_outputs: u8
§max_params: u8
§max_vars: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeHints
impl RefUnwindSafe for SizeHints
impl Send for SizeHints
impl Sync for SizeHints
impl Unpin for SizeHints
impl UnwindSafe for SizeHints
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