Struct vulkanalia_sys::PhysicalDeviceCustomBorderColorFeaturesEXT [−][src]
Fields
s_type: StructureTypenext: *mut c_voidcustom_border_colors: Bool32custom_border_color_without_format: Bool32Trait Implementations
impl Clone for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
fn clone(&self) -> PhysicalDeviceCustomBorderColorFeaturesEXT[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
impl Debug for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
impl Default for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
impl Eq for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
impl Hash for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<PhysicalDeviceCustomBorderColorFeaturesEXT> for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
fn eq(&self, other: &PhysicalDeviceCustomBorderColorFeaturesEXT) -> bool[src]
fn ne(&self, other: &PhysicalDeviceCustomBorderColorFeaturesEXT) -> bool[src]
impl StructuralEq for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
impl StructuralPartialEq for PhysicalDeviceCustomBorderColorFeaturesEXT[src]
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceCustomBorderColorFeaturesEXT
impl !Send for PhysicalDeviceCustomBorderColorFeaturesEXT
impl !Sync for PhysicalDeviceCustomBorderColorFeaturesEXT
impl Unpin for PhysicalDeviceCustomBorderColorFeaturesEXT
impl UnwindSafe for PhysicalDeviceCustomBorderColorFeaturesEXT
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>,