pub struct Glikey { /* private fields */ }Expand description
GLIKEY
Implementations§
Trait Implementations§
impl Copy for Glikey
impl Eq for Glikey
impl Send for Glikey
impl StructuralPartialEq for Glikey
impl Sync for Glikey
Auto Trait Implementations§
impl Freeze for Glikey
impl RefUnwindSafe for Glikey
impl Unpin for Glikey
impl UnwindSafe for Glikey
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