pub struct ClInt2(/* private fields */);Expand description
Vector containing 2 $rust_t
Trait Implementations§
Source§impl NumberTypedT for ClInt2
impl NumberTypedT for ClInt2
fn number_type() -> NumberType
fn matches(other: NumberType) -> bool
fn match_or_panic(other: NumberType)
Source§impl ToClNumber<cl_int2> for ClInt2
impl ToClNumber<cl_int2> for ClInt2
fn to_cl_number(self) -> cl_int2
Auto Trait Implementations§
impl Freeze for ClInt2
impl RefUnwindSafe for ClInt2
impl Send for ClInt2
impl Sync for ClInt2
impl Unpin for ClInt2
impl UnwindSafe for ClInt2
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