pub struct SpatialBufferTypeEXT(/* private fields */);Expand description
Implementations§
Source§impl SpatialBufferTypeEXT
impl SpatialBufferTypeEXT
pub const UNKNOWN: SpatialBufferTypeEXT
pub const STRING: SpatialBufferTypeEXT
pub const UINT8: SpatialBufferTypeEXT
pub const UINT16: SpatialBufferTypeEXT
pub const UINT32: SpatialBufferTypeEXT
pub const FLOAT: SpatialBufferTypeEXT
pub const VECTOR2F: SpatialBufferTypeEXT
pub const VECTOR3F: SpatialBufferTypeEXT
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialBufferTypeEXT
impl Clone for SpatialBufferTypeEXT
Source§fn clone(&self) -> SpatialBufferTypeEXT
fn clone(&self) -> SpatialBufferTypeEXT
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 SpatialBufferTypeEXT
impl Debug for SpatialBufferTypeEXT
Source§impl Default for SpatialBufferTypeEXT
impl Default for SpatialBufferTypeEXT
Source§fn default() -> SpatialBufferTypeEXT
fn default() -> SpatialBufferTypeEXT
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpatialBufferTypeEXT
impl PartialEq for SpatialBufferTypeEXT
impl Copy for SpatialBufferTypeEXT
impl Eq for SpatialBufferTypeEXT
impl StructuralPartialEq for SpatialBufferTypeEXT
Auto Trait Implementations§
impl Freeze for SpatialBufferTypeEXT
impl RefUnwindSafe for SpatialBufferTypeEXT
impl Send for SpatialBufferTypeEXT
impl Sync for SpatialBufferTypeEXT
impl Unpin for SpatialBufferTypeEXT
impl UnwindSafe for SpatialBufferTypeEXT
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