Enum brotli::enc::backward_references::hash_to_binary_tree::Union1
source · pub enum Union1 {
cost(floatX),
next(u32),
shortcut(u32),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Union1
impl RefUnwindSafe for Union1
impl Send for Union1
impl Sync for Union1
impl Unpin for Union1
impl UnwindSafe for Union1
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