Struct mariadb_sys::Longlong_hybrid
source · #[repr(C)]pub struct Longlong_hybrid {
pub _base: Longlong,
pub m_unsigned: bool,
}
Fields§
§_base: Longlong
§m_unsigned: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Longlong_hybrid
impl Send for Longlong_hybrid
impl Sync for Longlong_hybrid
impl Unpin for Longlong_hybrid
impl UnwindSafe for Longlong_hybrid
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