pub enum ScdKind {
ReadMem,
WriteMem,
ReadMemStacked,
WriteMemStacked,
}Variants§
Trait Implementations§
impl Copy for ScdKind
impl Eq for ScdKind
impl StructuralPartialEq for ScdKind
Auto Trait Implementations§
impl Freeze for ScdKind
impl RefUnwindSafe for ScdKind
impl Send for ScdKind
impl Sync for ScdKind
impl Unpin for ScdKind
impl UnwindSafe for ScdKind
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