#[repr(C)]pub struct GrMockOptions_ConfigOptions {
pub fRenderability: GrMockOptions_ConfigOptions_Renderability,
pub fTexturable: bool,
}
Fields§
§fRenderability: GrMockOptions_ConfigOptions_Renderability
§fTexturable: bool
Trait Implementations§
source§impl Clone for GrMockOptions_ConfigOptions
impl Clone for GrMockOptions_ConfigOptions
source§fn clone(&self) -> GrMockOptions_ConfigOptions
fn clone(&self) -> GrMockOptions_ConfigOptions
Returns a copy 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 Debug for GrMockOptions_ConfigOptions
impl Debug for GrMockOptions_ConfigOptions
impl Copy for GrMockOptions_ConfigOptions
Auto Trait Implementations§
impl RefUnwindSafe for GrMockOptions_ConfigOptions
impl Send for GrMockOptions_ConfigOptions
impl Sync for GrMockOptions_ConfigOptions
impl Unpin for GrMockOptions_ConfigOptions
impl UnwindSafe for GrMockOptions_ConfigOptions
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