pub enum ReferenceUse {
Single,
Compound,
Hybrid,
}
Expand description
Determines how reference frame shall be used
Variants§
Single
The frame will be used for single prediction
Compound
The frame will be used for compound prediction
Hybrid
The frame will be used for both single and compound prediction
Auto Trait Implementations§
impl Freeze for ReferenceUse
impl RefUnwindSafe for ReferenceUse
impl Send for ReferenceUse
impl Sync for ReferenceUse
impl Unpin for ReferenceUse
impl UnwindSafe for ReferenceUse
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