pub struct MaxSamplesConfig {
pub samples: u32,
}Fields§
§samples: u32Trait Implementations§
Source§impl Clone for MaxSamplesConfig
impl Clone for MaxSamplesConfig
Source§fn clone(&self) -> MaxSamplesConfig
fn clone(&self) -> MaxSamplesConfig
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 moreSource§impl Debug for MaxSamplesConfig
impl Debug for MaxSamplesConfig
Source§impl PartialEq for MaxSamplesConfig
impl PartialEq for MaxSamplesConfig
Source§fn eq(&self, other: &MaxSamplesConfig) -> bool
fn eq(&self, other: &MaxSamplesConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MaxSamplesConfig
Auto Trait Implementations§
impl Freeze for MaxSamplesConfig
impl RefUnwindSafe for MaxSamplesConfig
impl Send for MaxSamplesConfig
impl Sync for MaxSamplesConfig
impl Unpin for MaxSamplesConfig
impl UnsafeUnpin for MaxSamplesConfig
impl UnwindSafe for MaxSamplesConfig
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