#[repr(C)]pub struct GKeyFile { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GKeyFile
impl RefUnwindSafe for GKeyFile
impl !Send for GKeyFile
impl !Sync for GKeyFile
impl !Unpin for GKeyFile
impl UnwindSafe for GKeyFile
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