#[repr(C)]pub struct ScanKeywordList {
pub kw_string: *const c_char,
pub kw_offsets: *const uint16,
pub hash: ScanKeywordHashFunc,
pub num_keywords: c_int,
pub max_kw_len: c_int,
}Fields§
§kw_string: *const c_char§kw_offsets: *const uint16§hash: ScanKeywordHashFunc§num_keywords: c_int§max_kw_len: c_intTrait Implementations§
Source§impl Clone for ScanKeywordList
impl Clone for ScanKeywordList
Source§fn clone(&self) -> ScanKeywordList
fn clone(&self) -> ScanKeywordList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScanKeywordList
Source§impl Debug for ScanKeywordList
impl Debug for ScanKeywordList
Auto Trait Implementations§
impl !Send for ScanKeywordList
impl !Sync for ScanKeywordList
impl Freeze for ScanKeywordList
impl RefUnwindSafe for ScanKeywordList
impl Unpin for ScanKeywordList
impl UnsafeUnpin for ScanKeywordList
impl UnwindSafe for ScanKeywordList
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