pub enum CTW {
MEMORY0,
MEMORY1,
}
Expand description
Values that can be written to the field CT
Variants§
Auto Trait Implementations§
impl Freeze for CTW
impl RefUnwindSafe for CTW
impl Send for CTW
impl Sync for CTW
impl Unpin for CTW
impl UnwindSafe for CTW
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