#[repr(C)]pub struct _grn_obj_header {
pub type_: c_uchar,
pub impl_flags: c_uchar,
pub flags: grn_obj_flags,
pub domain: grn_id,
}Fields§
§type_: c_uchar§impl_flags: c_uchar§flags: grn_obj_flags§domain: grn_idTrait Implementations§
Source§impl Clone for _grn_obj_header
impl Clone for _grn_obj_header
Source§fn clone(&self) -> _grn_obj_header
fn clone(&self) -> _grn_obj_header
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 _grn_obj_header
impl Debug for _grn_obj_header
Source§impl Default for _grn_obj_header
impl Default for _grn_obj_header
impl Copy for _grn_obj_header
Auto Trait Implementations§
impl Freeze for _grn_obj_header
impl RefUnwindSafe for _grn_obj_header
impl Send for _grn_obj_header
impl Sync for _grn_obj_header
impl Unpin for _grn_obj_header
impl UnwindSafe for _grn_obj_header
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