#[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: GCompletionStrncmpFuncTrait Implementations§
Source§impl Clone for GCompletion
impl Clone for GCompletion
Source§fn clone(&self) -> GCompletion
fn clone(&self) -> GCompletion
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 GCompletion
Auto Trait Implementations§
impl !Send for GCompletion
impl !Sync for GCompletion
impl Freeze for GCompletion
impl RefUnwindSafe for GCompletion
impl Unpin for GCompletion
impl UnsafeUnpin 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