pub struct ExternalHandler;
Expand description
Marks types that which have blit callbacks handled externally.
Implementations§
Source§impl ExternalHandler
impl ExternalHandler
Sourcepub fn is_external<K: AdapterKind, A: AdapterDescriptor<K>>() -> bool
pub fn is_external<K: AdapterKind, A: AdapterDescriptor<K>>() -> bool
Determines whether the provided adapter descriptor is an externally managed (native) adapter.
Trait Implementations§
Source§impl Clone for ExternalHandler
impl Clone for ExternalHandler
Source§fn clone(&self) -> ExternalHandler
fn clone(&self) -> ExternalHandler
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 ExternalHandler
impl Debug for ExternalHandler
Source§impl Default for ExternalHandler
impl Default for ExternalHandler
Source§fn default() -> ExternalHandler
fn default() -> ExternalHandler
Returns the “default value” for a type. Read more
Source§impl Ord for ExternalHandler
impl Ord for ExternalHandler
Source§fn cmp(&self, other: &ExternalHandler) -> Ordering
fn cmp(&self, other: &ExternalHandler) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternalHandler
impl PartialEq for ExternalHandler
Source§impl PartialOrd for ExternalHandler
impl PartialOrd for ExternalHandler
impl Copy for ExternalHandler
impl Eq for ExternalHandler
impl StructuralPartialEq for ExternalHandler
Auto Trait Implementations§
impl Freeze for ExternalHandler
impl RefUnwindSafe for ExternalHandler
impl Send for ExternalHandler
impl Sync for ExternalHandler
impl Unpin for ExternalHandler
impl UnwindSafe for ExternalHandler
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