Enum Bysw
pub enum Bysw {
_0 = 0,
_1 = 1,
}Expand description
Byte Swap
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Bysw
impl Eq for Bysw
impl StructuralPartialEq for Bysw
Auto Trait Implementations§
impl Freeze for Bysw
impl RefUnwindSafe for Bysw
impl Send for Bysw
impl Sync for Bysw
impl Unpin for Bysw
impl UnwindSafe for Bysw
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