pub struct BTermPlatform {
pub platform: PlatformGL,
}
Expand description
Provides a base abstract platform for BTerm to run on, with specialized content.
Fields§
§platform: PlatformGL
Auto Trait Implementations§
impl !Freeze for BTermPlatform
impl !RefUnwindSafe for BTermPlatform
impl Send for BTermPlatform
impl Sync for BTermPlatform
impl Unpin for BTermPlatform
impl !UnwindSafe for BTermPlatform
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