#[repr(u8)]pub enum SrcOp {
K = 0,
X = 8,
}
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for SrcOp
impl TryFromPrimitive for SrcOp
impl Copy for SrcOp
impl Eq for SrcOp
impl StructuralPartialEq for SrcOp
Auto Trait Implementations§
impl Freeze for SrcOp
impl RefUnwindSafe for SrcOp
impl Send for SrcOp
impl Sync for SrcOp
impl Unpin for SrcOp
impl UnwindSafe for SrcOp
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