pub struct CompilerVertexOptions {
pub invert_y: bool,
pub transform_clip_space: bool,
}Fields§
§invert_y: bool§transform_clip_space: boolTrait Implementations§
Source§impl Clone for CompilerVertexOptions
impl Clone for CompilerVertexOptions
Source§fn clone(&self) -> CompilerVertexOptions
fn clone(&self) -> CompilerVertexOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompilerVertexOptions
impl Debug for CompilerVertexOptions
Source§impl Default for CompilerVertexOptions
impl Default for CompilerVertexOptions
Source§fn default() -> CompilerVertexOptions
fn default() -> CompilerVertexOptions
Returns the “default value” for a type. Read more
impl Eq for CompilerVertexOptions
Source§impl Hash for CompilerVertexOptions
impl Hash for CompilerVertexOptions
Source§impl PartialEq for CompilerVertexOptions
impl PartialEq for CompilerVertexOptions
Source§fn eq(&self, other: &CompilerVertexOptions) -> bool
fn eq(&self, other: &CompilerVertexOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompilerVertexOptions
Auto Trait Implementations§
impl Freeze for CompilerVertexOptions
impl RefUnwindSafe for CompilerVertexOptions
impl Send for CompilerVertexOptions
impl Sync for CompilerVertexOptions
impl Unpin for CompilerVertexOptions
impl UnsafeUnpin for CompilerVertexOptions
impl UnwindSafe for CompilerVertexOptions
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