pub enum BufferViewType {
ArrayBuffer,
ElementArrayBuffer,
}Variants§
Implementations§
Source§impl BufferViewType
impl BufferViewType
pub const VALID_TARGETS: &[u32]
Trait Implementations§
Source§impl Clone for BufferViewType
impl Clone for BufferViewType
Source§fn clone(&self) -> BufferViewType
fn clone(&self) -> BufferViewType
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 BufferViewType
impl Debug for BufferViewType
Source§impl Default for BufferViewType
impl Default for BufferViewType
Source§fn default() -> BufferViewType
fn default() -> BufferViewType
Returns the “default value” for a type. Read more
Source§impl From<BufferViewType> for u32
impl From<BufferViewType> for u32
Source§fn from(value: BufferViewType) -> Self
fn from(value: BufferViewType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BufferViewType
impl PartialEq for BufferViewType
Source§impl Serialize for BufferViewType
impl Serialize for BufferViewType
Source§impl TryFrom<u32> for BufferViewType
impl TryFrom<u32> for BufferViewType
impl Copy for BufferViewType
impl Eq for BufferViewType
impl StructuralPartialEq for BufferViewType
Auto Trait Implementations§
impl Freeze for BufferViewType
impl RefUnwindSafe for BufferViewType
impl Send for BufferViewType
impl Sync for BufferViewType
impl Unpin for BufferViewType
impl UnwindSafe for BufferViewType
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.