pub enum Sf {
Sf5 = 5,
Sf6 = 6,
Sf7 = 7,
Sf8 = 8,
Sf9 = 9,
Sf10 = 10,
Sf11 = 11,
Sf12 = 12,
}Expand description
Spreading factor
Variants§
Trait Implementations§
Source§impl Ord for Sf
impl Ord for Sf
Source§impl PartialOrd for Sf
impl PartialOrd for Sf
impl Copy for Sf
impl Eq for Sf
impl StructuralPartialEq for Sf
Auto Trait Implementations§
impl Freeze for Sf
impl RefUnwindSafe for Sf
impl Send for Sf
impl Sync for Sf
impl Unpin for Sf
impl UnwindSafe for Sf
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)