#[repr(C)]pub struct VkDepthBiasRepresentationInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub depthBiasRepresentation: VkDepthBiasRepresentationEXT,
pub depthBiasExact: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§depthBiasRepresentation: VkDepthBiasRepresentationEXT
§depthBiasExact: VkBool32
Trait Implementations§
Source§impl Clone for VkDepthBiasRepresentationInfoEXT
impl Clone for VkDepthBiasRepresentationInfoEXT
Source§fn clone(&self) -> VkDepthBiasRepresentationInfoEXT
fn clone(&self) -> VkDepthBiasRepresentationInfoEXT
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 moreimpl Copy for VkDepthBiasRepresentationInfoEXT
Auto Trait Implementations§
impl Freeze for VkDepthBiasRepresentationInfoEXT
impl RefUnwindSafe for VkDepthBiasRepresentationInfoEXT
impl !Send for VkDepthBiasRepresentationInfoEXT
impl !Sync for VkDepthBiasRepresentationInfoEXT
impl Unpin for VkDepthBiasRepresentationInfoEXT
impl UnwindSafe for VkDepthBiasRepresentationInfoEXT
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