pub struct AnalyzerLimits {
pub max_descriptor_bytes: usize,
pub max_stages: usize,
pub max_cached_analyzers: usize,
pub max_cached_descriptor_bytes: usize,
}Fields§
§max_descriptor_bytes: usize§max_stages: usize§max_cached_analyzers: usize§max_cached_descriptor_bytes: usizeTrait Implementations§
Source§impl Clone for AnalyzerLimits
impl Clone for AnalyzerLimits
Source§fn clone(&self) -> AnalyzerLimits
fn clone(&self) -> AnalyzerLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnalyzerLimits
Source§impl Debug for AnalyzerLimits
impl Debug for AnalyzerLimits
Auto Trait Implementations§
impl Freeze for AnalyzerLimits
impl RefUnwindSafe for AnalyzerLimits
impl Send for AnalyzerLimits
impl Sync for AnalyzerLimits
impl Unpin for AnalyzerLimits
impl UnsafeUnpin for AnalyzerLimits
impl UnwindSafe for AnalyzerLimits
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