#[repr(C)]pub struct nk_draw_vertex_layout_element {
pub attribute: nk_draw_vertex_layout_attribute,
pub format: nk_draw_vertex_layout_format,
pub offset: nk_size,
}Fields§
§attribute: nk_draw_vertex_layout_attribute§format: nk_draw_vertex_layout_format§offset: nk_sizeTrait Implementations§
Source§impl Clone for nk_draw_vertex_layout_element
impl Clone for nk_draw_vertex_layout_element
Source§fn clone(&self) -> nk_draw_vertex_layout_element
fn clone(&self) -> nk_draw_vertex_layout_element
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 moreimpl Copy for nk_draw_vertex_layout_element
Auto Trait Implementations§
impl Freeze for nk_draw_vertex_layout_element
impl RefUnwindSafe for nk_draw_vertex_layout_element
impl Send for nk_draw_vertex_layout_element
impl Sync for nk_draw_vertex_layout_element
impl Unpin for nk_draw_vertex_layout_element
impl UnwindSafe for nk_draw_vertex_layout_element
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