pub struct BufferIndex(/* private fields */);Expand description
VPP buffer index
Implementations§
Trait Implementations§
Source§impl Clone for BufferIndex
impl Clone for BufferIndex
Source§fn clone(&self) -> BufferIndex
fn clone(&self) -> BufferIndex
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 moreSource§impl Debug for BufferIndex
impl Debug for BufferIndex
Source§impl From<BufferIndex> for u32
impl From<BufferIndex> for u32
Source§fn from(value: BufferIndex) -> Self
fn from(value: BufferIndex) -> Self
Converts to this type from the input type.
Source§impl From<u32> for BufferIndex
impl From<u32> for BufferIndex
Source§fn from(value: u32) -> BufferIndex
fn from(value: u32) -> BufferIndex
Converts to this type from the input type.
Source§impl Hash for BufferIndex
impl Hash for BufferIndex
Source§impl Ord for BufferIndex
impl Ord for BufferIndex
Source§fn cmp(&self, other: &BufferIndex) -> Ordering
fn cmp(&self, other: &BufferIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BufferIndex
impl PartialEq for BufferIndex
Source§impl PartialOrd for BufferIndex
impl PartialOrd for BufferIndex
Source§impl VectorBufferIndex for BufferIndex
impl VectorBufferIndex for BufferIndex
Source§fn as_u32_slice(slice: &[Self]) -> &[u32]
fn as_u32_slice(slice: &[Self]) -> &[u32]
Converts a slice of Self to a slice of u32
impl Copy for BufferIndex
impl Eq for BufferIndex
impl StructuralPartialEq for BufferIndex
Auto Trait Implementations§
impl Freeze for BufferIndex
impl RefUnwindSafe for BufferIndex
impl Send for BufferIndex
impl Sync for BufferIndex
impl Unpin for BufferIndex
impl UnsafeUnpin for BufferIndex
impl UnwindSafe for BufferIndex
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