pub struct GLB { /* private fields */ }Expand description
Global Register
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GLB
impl RefUnwindSafe for GLB
impl !Sync for GLB
impl Unpin for GLB
impl UnwindSafe for GLB
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