#[repr(C)]pub struct SQObject {
pub _type: SQObjectType,
pub _unVal: SQObjectValue,
}
Fields§
§_type: SQObjectType
§_unVal: SQObjectValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SQObject
impl RefUnwindSafe for SQObject
impl Send for SQObject
impl Sync for SQObject
impl Unpin for SQObject
impl UnwindSafe for SQObject
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