pub struct FakeVertexAttribPointerCall {
pub index: u32,
pub size: i32,
pub type_: u32,
pub normalized: bool,
pub stride: i32,
pub offset: usize,
}Fields§
§index: u32§size: i32§type_: u32§normalized: bool§stride: i32§offset: usizeTrait Implementations§
Source§impl Clone for FakeVertexAttribPointerCall
impl Clone for FakeVertexAttribPointerCall
Source§fn clone(&self) -> FakeVertexAttribPointerCall
fn clone(&self) -> FakeVertexAttribPointerCall
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 FakeVertexAttribPointerCall
impl Debug for FakeVertexAttribPointerCall
Source§impl PartialEq for FakeVertexAttribPointerCall
impl PartialEq for FakeVertexAttribPointerCall
Source§fn eq(&self, other: &FakeVertexAttribPointerCall) -> bool
fn eq(&self, other: &FakeVertexAttribPointerCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FakeVertexAttribPointerCall
impl Eq for FakeVertexAttribPointerCall
impl StructuralPartialEq for FakeVertexAttribPointerCall
Auto Trait Implementations§
impl Freeze for FakeVertexAttribPointerCall
impl RefUnwindSafe for FakeVertexAttribPointerCall
impl Send for FakeVertexAttribPointerCall
impl Sync for FakeVertexAttribPointerCall
impl Unpin for FakeVertexAttribPointerCall
impl UnsafeUnpin for FakeVertexAttribPointerCall
impl UnwindSafe for FakeVertexAttribPointerCall
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