#[repr(C)]pub struct GCompletion {
pub items: *mut GList,
pub func: GCompletionFunc,
pub prefix: *mut c_char,
pub cache: *mut GList,
pub strncmp_func: GCompletionStrncmpFunc,
}
Fields§
§items: *mut GList
§func: GCompletionFunc
§prefix: *mut c_char
§cache: *mut GList
§strncmp_func: GCompletionStrncmpFunc
Trait Implementations§
Source§impl Clone for GCompletion
impl Clone for GCompletion
Source§fn clone(&self) -> GCompletion
fn clone(&self) -> GCompletion
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 GCompletion
impl Debug for GCompletion
impl Copy for GCompletion
Auto Trait Implementations§
impl Freeze for GCompletion
impl RefUnwindSafe for GCompletion
impl !Send for GCompletion
impl !Sync for GCompletion
impl Unpin for GCompletion
impl UnwindSafe for GCompletion
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