pub enum RegScale {
One,
Two,
Four,
Eight,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for RegScale
impl Eq for RegScale
impl StructuralPartialEq for RegScale
Auto Trait Implementations§
impl Freeze for RegScale
impl RefUnwindSafe for RegScale
impl Send for RegScale
impl Sync for RegScale
impl Unpin for RegScale
impl UnwindSafe for RegScale
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