Struct sixtyfps_rendering_backend_default::Backend [−][src]
pub struct Backend;
Trait Implementations
impl Backend for Backend
[src]
impl Backend for Backend
[src]pub fn create_window(&'static self) -> ComponentWindow
[src]
pub fn run_event_loop(&'static self, _behavior: EventLoopQuitBehavior)
[src]
pub fn quit_event_loop(&'static self)
[src]
pub fn register_font_from_memory(
&'static self,
_data: &[u8]
) -> Result<(), Box<dyn Error + 'static, Global>>
[src]
&'static self,
_data: &[u8]
) -> Result<(), Box<dyn Error + 'static, Global>>
pub fn register_font_from_path(
&'static self,
_path: &Path
) -> Result<(), Box<dyn Error + 'static, Global>>
[src]
&'static self,
_path: &Path
) -> Result<(), Box<dyn Error + 'static, Global>>
pub fn set_clipboard_text(&'static self, _text: String)
[src]
pub fn clipboard_text(&'static self) -> Option<String>
[src]
pub fn post_event(
&'static self,
_event: Box<dyn FnOnce() + 'static + Send, Global>
)
[src]
&'static self,
_event: Box<dyn FnOnce() + 'static + Send, Global>
)
Auto Trait Implementations
impl RefUnwindSafe for Backend
impl RefUnwindSafe for Backend
impl UnwindSafe for Backend
impl UnwindSafe for Backend