Struct idr_ebr::DefaultConfig
source · pub struct DefaultConfig;Expand description
A default configuration:
- No bits reserved for user code.
- A capacity is 4,294,967,264.
- A generation counter with a period of 4,294,967,296.
Trait Implementations§
source§impl Config for DefaultConfig
impl Config for DefaultConfig
Auto Trait Implementations§
impl Freeze for DefaultConfig
impl RefUnwindSafe for DefaultConfig
impl Send for DefaultConfig
impl Sync for DefaultConfig
impl Unpin for DefaultConfig
impl UnwindSafe for DefaultConfig
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