pub struct FakeBindAttribLocationCall {
pub program: u32,
pub location: u32,
pub name: String,
}Fields§
§program: u32§location: u32§name: StringTrait Implementations§
Source§impl Clone for FakeBindAttribLocationCall
impl Clone for FakeBindAttribLocationCall
Source§fn clone(&self) -> FakeBindAttribLocationCall
fn clone(&self) -> FakeBindAttribLocationCall
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 FakeBindAttribLocationCall
impl Debug for FakeBindAttribLocationCall
Source§impl PartialEq for FakeBindAttribLocationCall
impl PartialEq for FakeBindAttribLocationCall
Source§fn eq(&self, other: &FakeBindAttribLocationCall) -> bool
fn eq(&self, other: &FakeBindAttribLocationCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FakeBindAttribLocationCall
impl StructuralPartialEq for FakeBindAttribLocationCall
Auto Trait Implementations§
impl Freeze for FakeBindAttribLocationCall
impl RefUnwindSafe for FakeBindAttribLocationCall
impl Send for FakeBindAttribLocationCall
impl Sync for FakeBindAttribLocationCall
impl Unpin for FakeBindAttribLocationCall
impl UnsafeUnpin for FakeBindAttribLocationCall
impl UnwindSafe for FakeBindAttribLocationCall
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