#[repr(C)]pub struct OutputVertex {
pub x: f32,
pub y: f32,
pub coverage: f32,
}
Fields§
§x: f32
§y: f32
§coverage: f32
Trait Implementations§
Source§impl Clone for OutputVertex
impl Clone for OutputVertex
Source§fn clone(&self) -> OutputVertex
fn clone(&self) -> OutputVertex
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 Debug for OutputVertex
impl Debug for OutputVertex
Source§impl Default for OutputVertex
impl Default for OutputVertex
Source§fn default() -> OutputVertex
fn default() -> OutputVertex
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OutputVertex
impl RefUnwindSafe for OutputVertex
impl Send for OutputVertex
impl Sync for OutputVertex
impl Unpin for OutputVertex
impl UnwindSafe for OutputVertex
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