pub struct ClInt3(/* private fields */);Expand description
Vector containing 3 $rust_t
Trait Implementations§
Source§impl FromClNumber<cl_int4> for ClInt3
impl FromClNumber<cl_int4> for ClInt3
fn from_cl_number(num: cl_int3) -> ClInt3
Source§impl ToClNumber<cl_int4> for ClInt3
impl ToClNumber<cl_int4> for ClInt3
fn to_cl_number(self) -> cl_int3
Auto Trait Implementations§
impl Freeze for ClInt3
impl RefUnwindSafe for ClInt3
impl Send for ClInt3
impl Sync for ClInt3
impl Unpin for ClInt3
impl UnwindSafe for ClInt3
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