pub struct Variable<Ty> {
pub ty: Ty,
pub var: u16,
}Fields§
§ty: Ty§var: u16Trait Implementations§
Auto Trait Implementations§
impl<Ty> Freeze for Variable<Ty>where
Ty: Freeze,
impl<Ty> RefUnwindSafe for Variable<Ty>where
Ty: RefUnwindSafe,
impl<Ty> Send for Variable<Ty>where
Ty: Send,
impl<Ty> Sync for Variable<Ty>where
Ty: Sync,
impl<Ty> Unpin for Variable<Ty>where
Ty: Unpin,
impl<Ty> UnwindSafe for Variable<Ty>where
Ty: UnwindSafe,
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