pub struct AtlasConfig { /* private fields */ }
Implementations§
Source§impl AtlasConfig
impl AtlasConfig
pub fn new<T: RangeBounds<u16>>(n: u16, m: u16, range: T) -> AtlasConfig
Trait Implementations§
Source§impl Clone for AtlasConfig
impl Clone for AtlasConfig
Source§fn clone(&self) -> AtlasConfig
fn clone(&self) -> AtlasConfig
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AtlasConfig
impl RefUnwindSafe for AtlasConfig
impl Send for AtlasConfig
impl Sync for AtlasConfig
impl Unpin for AtlasConfig
impl UnwindSafe for AtlasConfig
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