#[repr(C)]pub struct _grn_section {
pub offset: c_uint,
pub length: c_uint,
pub weight: c_uint,
pub domain: grn_id,
}Fields§
§offset: c_uint§length: c_uint§weight: c_uint§domain: grn_idTrait Implementations§
Source§impl Clone for _grn_section
impl Clone for _grn_section
Source§fn clone(&self) -> _grn_section
fn clone(&self) -> _grn_section
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_section
impl Debug for _grn_section
Source§impl Default for _grn_section
impl Default for _grn_section
impl Copy for _grn_section
Auto Trait Implementations§
impl Freeze for _grn_section
impl RefUnwindSafe for _grn_section
impl Send for _grn_section
impl Sync for _grn_section
impl Unpin for _grn_section
impl UnwindSafe for _grn_section
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