#[repr(u8)]pub enum Rot4 {
R0 = 0,
R90 = 1,
R180 = 2,
R270 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Rot4
impl Eq for Rot4
impl StructuralPartialEq for Rot4
Auto Trait Implementations§
impl Freeze for Rot4
impl RefUnwindSafe for Rot4
impl Send for Rot4
impl Sync for Rot4
impl Unpin for Rot4
impl UnsafeUnpin for Rot4
impl UnwindSafe for Rot4
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