#[repr(i32)]pub enum PxBufferType {
Host = 0,
Device = 1,
}Expand description
Specifies memory space for a PxBuffer instance.
Variants§
Trait Implementations§
Source§impl Clone for PxBufferType
impl Clone for PxBufferType
Source§fn clone(&self) -> PxBufferType
fn clone(&self) -> PxBufferType
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 PxBufferType
impl Debug for PxBufferType
Source§impl PartialEq for PxBufferType
impl PartialEq for PxBufferType
impl Copy for PxBufferType
impl Eq for PxBufferType
impl StructuralPartialEq for PxBufferType
Auto Trait Implementations§
impl Freeze for PxBufferType
impl RefUnwindSafe for PxBufferType
impl Send for PxBufferType
impl Sync for PxBufferType
impl Unpin for PxBufferType
impl UnwindSafe for PxBufferType
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