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