pub struct GlobalConfig(/* private fields */);
Implementations§
Source§impl GlobalConfig
impl GlobalConfig
pub fn get_user_version(&self) -> (u8, u8)
pub fn get_parsed_version(&self) -> (u8, u8)
pub fn get_filename(&self) -> &CStr
Auto Trait Implementations§
impl Freeze for GlobalConfig
impl RefUnwindSafe for GlobalConfig
impl !Send for GlobalConfig
impl !Sync for GlobalConfig
impl Unpin for GlobalConfig
impl UnwindSafe for GlobalConfig
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