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