#[repr(C)]pub struct MdbProperties {
pub name: *mut gchar,
pub hash: *mut GHashTable,
}Fields§
§name: *mut gchar§hash: *mut GHashTableTrait Implementations§
Source§impl Clone for MdbProperties
impl Clone for MdbProperties
Source§fn clone(&self) -> MdbProperties
fn clone(&self) -> MdbProperties
Returns a duplicate 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 MdbProperties
impl Debug for MdbProperties
impl Copy for MdbProperties
Auto Trait Implementations§
impl Freeze for MdbProperties
impl RefUnwindSafe for MdbProperties
impl !Send for MdbProperties
impl !Sync for MdbProperties
impl Unpin for MdbProperties
impl UnwindSafe for MdbProperties
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