pub enum RsVec {
Rst0 = 0,
Rst1 = 8,
Rst2 = 16,
Rst3 = 24,
Rst4 = 32,
Rst5 = 40,
Rst6 = 48,
Rst7 = 56,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsVec
impl RefUnwindSafe for RsVec
impl Send for RsVec
impl Sync for RsVec
impl Unpin for RsVec
impl UnwindSafe for RsVec
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