pub struct AutoGraphicsApi;
Expand description
Automatic graphics API based on OS.
Trait Implementations§
Source§impl Clone for AutoGraphicsApi
impl Clone for AutoGraphicsApi
Source§fn clone(&self) -> AutoGraphicsApi
fn clone(&self) -> AutoGraphicsApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AutoGraphicsApi
impl Debug for AutoGraphicsApi
Source§impl Default for AutoGraphicsApi
impl Default for AutoGraphicsApi
Source§fn default() -> AutoGraphicsApi
fn default() -> AutoGraphicsApi
Returns the “default value” for a type. Read more
Source§impl GraphicsApi for AutoGraphicsApi
impl GraphicsApi for AutoGraphicsApi
Auto Trait Implementations§
impl Freeze for AutoGraphicsApi
impl RefUnwindSafe for AutoGraphicsApi
impl Send for AutoGraphicsApi
impl Sync for AutoGraphicsApi
impl Unpin for AutoGraphicsApi
impl UnwindSafe for AutoGraphicsApi
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