#[repr(C)]pub struct GScannerConfig {
pub cset_skip_characters: *mut c_char,
pub cset_identifier_first: *mut c_char,
pub cset_identifier_nth: *mut c_char,
pub cpair_comment_single: *mut c_char,
pub case_sensitive: c_uint,
/* private fields */
}
Fields§
§cset_skip_characters: *mut c_char
§cset_identifier_first: *mut c_char
§cset_identifier_nth: *mut c_char
§cpair_comment_single: *mut c_char
§case_sensitive: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GScannerConfig
impl RefUnwindSafe for GScannerConfig
impl !Send for GScannerConfig
impl !Sync for GScannerConfig
impl Unpin for GScannerConfig
impl UnwindSafe for GScannerConfig
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