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