Struct mariadb_sys::LEX_USER
source · #[repr(C)]pub struct LEX_USER {
pub _base: AUTHID,
pub auth: *mut USER_AUTH,
}
Fields§
§_base: AUTHID
§auth: *mut USER_AUTH
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LEX_USER
impl !Send for LEX_USER
impl !Sync for LEX_USER
impl Unpin for LEX_USER
impl UnwindSafe for LEX_USER
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