#[repr(u32)]pub enum cr_op {
CR_LOAD = 0,
CR_STEP = 1,
CR_UNLOAD = 2,
CR_CLOSE = 3,
}
Variants§
Trait Implementations§
impl Copy for cr_op
impl Eq for cr_op
impl StructuralPartialEq for cr_op
Auto Trait Implementations§
impl Freeze for cr_op
impl RefUnwindSafe for cr_op
impl Send for cr_op
impl Sync for cr_op
impl Unpin for cr_op
impl UnwindSafe for cr_op
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