#[repr(C)]pub struct PhysicalDeviceLineRasterizationProperties {
pub s_type: StructureType,
pub next: *mut c_void,
pub line_sub_pixel_precision_bits: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§line_sub_pixel_precision_bits: u32Trait Implementations§
Source§impl Clone for PhysicalDeviceLineRasterizationProperties
impl Clone for PhysicalDeviceLineRasterizationProperties
Source§fn clone(&self) -> PhysicalDeviceLineRasterizationProperties
fn clone(&self) -> PhysicalDeviceLineRasterizationProperties
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 PartialEq for PhysicalDeviceLineRasterizationProperties
impl PartialEq for PhysicalDeviceLineRasterizationProperties
Source§fn eq(&self, other: &PhysicalDeviceLineRasterizationProperties) -> bool
fn eq(&self, other: &PhysicalDeviceLineRasterizationProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceLineRasterizationProperties
impl Eq for PhysicalDeviceLineRasterizationProperties
impl Send for PhysicalDeviceLineRasterizationProperties
impl StructuralPartialEq for PhysicalDeviceLineRasterizationProperties
impl Sync for PhysicalDeviceLineRasterizationProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLineRasterizationProperties
impl RefUnwindSafe for PhysicalDeviceLineRasterizationProperties
impl Unpin for PhysicalDeviceLineRasterizationProperties
impl UnwindSafe for PhysicalDeviceLineRasterizationProperties
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