pub enum Granularity {
G256,
G512,
G1k,
G2k,
G4k,
G8k,
G16k,
}
Variants§
Trait Implementations§
Source§impl Default for Granularity
impl Default for Granularity
Source§fn default() -> Granularity
fn default() -> Granularity
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Granularity
impl RefUnwindSafe for Granularity
impl Send for Granularity
impl Sync for Granularity
impl Unpin for Granularity
impl UnwindSafe for Granularity
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