Struct gfx_core::Capabilities [−][src]
Features that the device supports.
Fields
max_vertex_count: usize
max_index_count: usize
max_texture_size: usize
max_patch_size: usize
instance_base_supported: bool
instance_call_supported: bool
instance_rate_supported: bool
vertex_base_supported: bool
srgb_color_supported: bool
constant_buffer_supported: bool
unordered_access_view_supported: bool
separate_blending_slots_supported: bool
copy_buffer_supported: bool
Trait Implementations
impl Clone for Capabilities
[src]
fn clone(&self) -> Capabilities
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Capabilities
[src]
impl Debug for Capabilities
[src]
impl Eq for Capabilities
[src]
impl PartialEq<Capabilities> for Capabilities
[src]
fn eq(&self, other: &Capabilities) -> bool
[src]
fn ne(&self, other: &Capabilities) -> bool
[src]
impl StructuralEq for Capabilities
[src]
impl StructuralPartialEq for Capabilities
[src]
Auto Trait Implementations
impl RefUnwindSafe for Capabilities
impl Send for Capabilities
impl Sync for Capabilities
impl Unpin for Capabilities
impl UnwindSafe for Capabilities
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,