pub enum CopyType {
CopyS,
CopyT {
inst_u_pos_start: u32,
},
CopyQ {
len_o: u32,
},
}
Variants§
Implementations§
Trait Implementations§
impl Copy for CopyType
impl Eq for CopyType
impl StructuralPartialEq for CopyType
Auto Trait Implementations§
impl Freeze for CopyType
impl RefUnwindSafe for CopyType
impl Send for CopyType
impl Sync for CopyType
impl Unpin for CopyType
impl UnwindSafe for CopyType
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