#[repr(i32)]pub enum QbgObject {
Uint8 = 0,
Float = 1,
Float16 = 2,
}
Available on crate feature
quantized
only.Variants§
Trait Implementations§
Source§impl TryFromPrimitive for QbgObject
impl TryFromPrimitive for QbgObject
impl Copy for QbgObject
impl Eq for QbgObject
impl StructuralPartialEq for QbgObject
Auto Trait Implementations§
impl Freeze for QbgObject
impl RefUnwindSafe for QbgObject
impl Send for QbgObject
impl Sync for QbgObject
impl Unpin for QbgObject
impl UnwindSafe for QbgObject
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