Struct mariadb_sys::my_uca_weight2_t
source · #[repr(C)]pub struct my_uca_weight2_t {
pub weight: [uint16; 2],
}
Fields§
§weight: [uint16; 2]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for my_uca_weight2_t
impl Send for my_uca_weight2_t
impl Sync for my_uca_weight2_t
impl Unpin for my_uca_weight2_t
impl UnwindSafe for my_uca_weight2_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