pub struct MAIN_CONSOLE {
__private_field: (),
}Expand description
全局主控制台
Fields§
§__private_field: ()Trait Implementations§
Source§impl Deref for MAIN_CONSOLE
impl Deref for MAIN_CONSOLE
impl LazyStatic for MAIN_CONSOLE
Auto Trait Implementations§
impl Freeze for MAIN_CONSOLE
impl RefUnwindSafe for MAIN_CONSOLE
impl Send for MAIN_CONSOLE
impl Sync for MAIN_CONSOLE
impl Unpin for MAIN_CONSOLE
impl UnwindSafe for MAIN_CONSOLE
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more