#[repr(C)]pub struct relopt_gen {
pub name: *const c_char,
pub desc: *const c_char,
pub kinds: bits32,
pub lockmode: LOCKMODE,
pub namelen: c_int,
pub type_: Type,
}
Fields§
§name: *const c_char
§desc: *const c_char
§kinds: bits32
§lockmode: LOCKMODE
§namelen: c_int
§type_: Type
Trait Implementations§
Source§impl Clone for relopt_gen
impl Clone for relopt_gen
Source§fn clone(&self) -> relopt_gen
fn clone(&self) -> relopt_gen
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 relopt_gen
impl Debug for relopt_gen
Source§impl Default for relopt_gen
impl Default for relopt_gen
impl Copy for relopt_gen
Auto Trait Implementations§
impl Freeze for relopt_gen
impl RefUnwindSafe for relopt_gen
impl !Send for relopt_gen
impl !Sync for relopt_gen
impl Unpin for relopt_gen
impl UnwindSafe for relopt_gen
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