Struct TRIVERTEX
#[repr(C)]pub struct TRIVERTEX {
pub x: i32,
pub y: i32,
pub Red: u16,
pub Green: u16,
pub Blue: u16,
pub Alpha: u16,
}
Fields§
§x: i32
§y: i32
§Red: u16
§Green: u16
§Blue: u16
§Alpha: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TRIVERTEX
impl RefUnwindSafe for TRIVERTEX
impl Send for TRIVERTEX
impl Sync for TRIVERTEX
impl Unpin for TRIVERTEX
impl UnwindSafe for TRIVERTEX
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