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