#[repr(C)]pub struct GPUCustomSettings {
pub gpu_speed_custom: GPUSpeedCustom,
pub gpu_memory_custom: GPUMemoryCustom,
}Expand description
this struct represents custom settings
Fields§
§gpu_speed_custom: GPUSpeedCustomthis variable keeps custom speed settings
gpu_memory_custom: GPUMemoryCustomthis variable keeps memory custom settings
Trait Implementations§
Source§impl Clone for GPUCustomSettings
impl Clone for GPUCustomSettings
Source§fn clone(&self) -> GPUCustomSettings
fn clone(&self) -> GPUCustomSettings
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GPUCustomSettings
impl Debug for GPUCustomSettings
Source§impl Default for GPUCustomSettings
impl Default for GPUCustomSettings
Source§fn default() -> GPUCustomSettings
fn default() -> GPUCustomSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GPUCustomSettings
impl RefUnwindSafe for GPUCustomSettings
impl Send for GPUCustomSettings
impl Sync for GPUCustomSettings
impl Unpin for GPUCustomSettings
impl UnwindSafe for GPUCustomSettings
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)