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 copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)