pub struct IndexBuffer(/* private fields */);Expand description
IndexBuffer handle.
Implementations§
Source§impl IndexBuffer
impl IndexBuffer
Sourcepub const INVALID: IndexBuffer
pub const INVALID: IndexBuffer
Invalid handle.
Trait Implementations§
Source§impl Clone for IndexBuffer
impl Clone for IndexBuffer
Source§fn clone(&self) -> IndexBuffer
fn clone(&self) -> IndexBuffer
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 IndexBuffer
impl Debug for IndexBuffer
Source§impl Default for IndexBuffer
impl Default for IndexBuffer
Source§fn default() -> IndexBuffer
fn default() -> IndexBuffer
Returns the “default value” for a type. Read more
Source§impl Hash for IndexBuffer
impl Hash for IndexBuffer
Source§impl PartialEq for IndexBuffer
impl PartialEq for IndexBuffer
impl Copy for IndexBuffer
impl Eq for IndexBuffer
impl Pod for IndexBuffer
impl StructuralPartialEq for IndexBuffer
Auto Trait Implementations§
impl Freeze for IndexBuffer
impl RefUnwindSafe for IndexBuffer
impl Send for IndexBuffer
impl Sync for IndexBuffer
impl Unpin for IndexBuffer
impl UnwindSafe for IndexBuffer
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.