pub struct VarSplit {
pub high: Variable,
pub low: Variable,
}
Fields§
§high: Variable
§low: Variable
Trait Implementations§
impl Copy for VarSplit
impl Eq for VarSplit
impl StructuralPartialEq for VarSplit
Auto Trait Implementations§
impl Freeze for VarSplit
impl RefUnwindSafe for VarSplit
impl Send for VarSplit
impl Sync for VarSplit
impl Unpin for VarSplit
impl UnwindSafe for VarSplit
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