#[repr(C)]pub struct MdbColumnProp {
pub name: [c_char; 257],
}
Fields§
§name: [c_char; 257]
Trait Implementations§
Source§impl Clone for MdbColumnProp
impl Clone for MdbColumnProp
Source§fn clone(&self) -> MdbColumnProp
fn clone(&self) -> MdbColumnProp
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 MdbColumnProp
impl Debug for MdbColumnProp
impl Copy for MdbColumnProp
Auto Trait Implementations§
impl Freeze for MdbColumnProp
impl RefUnwindSafe for MdbColumnProp
impl Send for MdbColumnProp
impl Sync for MdbColumnProp
impl Unpin for MdbColumnProp
impl UnwindSafe for MdbColumnProp
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