#[repr(C)]pub struct st_mariadb_extension {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for st_mariadb_extension
impl Clone for st_mariadb_extension
Source§fn clone(&self) -> st_mariadb_extension
fn clone(&self) -> st_mariadb_extension
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for st_mariadb_extension
impl Debug for st_mariadb_extension
impl Copy for st_mariadb_extension
Auto Trait Implementations§
impl Freeze for st_mariadb_extension
impl RefUnwindSafe for st_mariadb_extension
impl Send for st_mariadb_extension
impl Sync for st_mariadb_extension
impl Unpin for st_mariadb_extension
impl UnwindSafe for st_mariadb_extension
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