Enum blaze_rs::memobj::MemObjectType
source · #[repr(u32)]pub enum MemObjectType {
Buffer,
Pipe,
Image1D,
Image2D,
Image3D,
Image1DArray,
Image2DArray,
Image1DBuffer,
}Variants§
Trait Implementations§
source§impl Clone for MemObjectType
impl Clone for MemObjectType
source§fn clone(&self) -> MemObjectType
fn clone(&self) -> MemObjectType
Returns a copy 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 MemObjectType
impl Debug for MemObjectType
source§impl Hash for MemObjectType
impl Hash for MemObjectType
source§impl Into<u32> for MemObjectType
impl Into<u32> for MemObjectType
source§impl PartialEq<MemObjectType> for MemObjectType
impl PartialEq<MemObjectType> for MemObjectType
source§fn eq(&self, other: &MemObjectType) -> bool
fn eq(&self, other: &MemObjectType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MemObjectType
impl Eq for MemObjectType
impl StructuralEq for MemObjectType
impl StructuralPartialEq for MemObjectType
Auto Trait Implementations§
impl RefUnwindSafe for MemObjectType
impl Send for MemObjectType
impl Sync for MemObjectType
impl Unpin for MemObjectType
impl UnwindSafe for MemObjectType
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