Struct kn_cuda_sys::bindings::char2
source · #[repr(C, align(2))]pub struct char2 {
pub x: c_schar,
pub y: c_schar,
}Fields§
§x: c_schar§y: c_scharTrait Implementations§
Auto Trait Implementations§
impl Freeze for char2
impl RefUnwindSafe for char2
impl Send for char2
impl Sync for char2
impl Unpin for char2
impl UnwindSafe for char2
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