Struct mariadb_sys::my_contraction_t
source · #[repr(C)]pub struct my_contraction_t {
pub ch: [ulong; 6],
pub weight: [uint16; 17],
pub with_context: my_bool,
}Fields§
§ch: [ulong; 6]§weight: [uint16; 17]§with_context: my_boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for my_contraction_t
impl Send for my_contraction_t
impl Sync for my_contraction_t
impl Unpin for my_contraction_t
impl UnwindSafe for my_contraction_t
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