Struct mariadb_sys::my_match_t
source · #[repr(C)]pub struct my_match_t {
pub beg: uint,
pub end: uint,
pub mb_len: uint,
}
Fields§
§beg: uint
§end: uint
§mb_len: uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for my_match_t
impl Send for my_match_t
impl Sync for my_match_t
impl Unpin for my_match_t
impl UnwindSafe for my_match_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