pub struct AdapterCaps {
pub realtime: bool,
pub differentiable: bool,
}Fields§
§realtime: bool§differentiable: boolTrait Implementations§
Source§impl Clone for AdapterCaps
impl Clone for AdapterCaps
Source§fn clone(&self) -> AdapterCaps
fn clone(&self) -> AdapterCaps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdapterCaps
impl Debug for AdapterCaps
Source§impl Default for AdapterCaps
impl Default for AdapterCaps
Source§fn default() -> AdapterCaps
fn default() -> AdapterCaps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AdapterCaps
impl RefUnwindSafe for AdapterCaps
impl Send for AdapterCaps
impl Sync for AdapterCaps
impl Unpin for AdapterCaps
impl UnsafeUnpin for AdapterCaps
impl UnwindSafe for AdapterCaps
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