#[repr(i32)]pub enum BIDI_TYPE {
BIDI_NULL = 0,
BIDI_INT = 1,
BIDI_FLOAT = 2,
BIDI_BOOL = 3,
BIDI_STRING = 4,
BIDI_TEXT = 5,
BIDI_ENUM = 6,
BIDI_BLOB = 7,
}Variants§
BIDI_NULL = 0
BIDI_INT = 1
BIDI_FLOAT = 2
BIDI_BOOL = 3
BIDI_STRING = 4
BIDI_TEXT = 5
BIDI_ENUM = 6
BIDI_BLOB = 7
Trait Implementations§
impl Copy for BIDI_TYPE
impl Eq for BIDI_TYPE
impl StructuralPartialEq for BIDI_TYPE
Auto Trait Implementations§
impl Freeze for BIDI_TYPE
impl RefUnwindSafe for BIDI_TYPE
impl Send for BIDI_TYPE
impl Sync for BIDI_TYPE
impl Unpin for BIDI_TYPE
impl UnwindSafe for BIDI_TYPE
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