#[repr(C, align(1024))]pub struct __tile1024i_str {
pub row: c_ushort,
pub col: c_ushort,
pub __bindgen_padding_0: [u64; 127],
pub tile: _tile1024i,
}Fields§
§row: c_ushort§col: c_ushort§__bindgen_padding_0: [u64; 127]§tile: _tile1024iTrait Implementations§
Source§impl Clone for __tile1024i_str
impl Clone for __tile1024i_str
Source§fn clone(&self) -> __tile1024i_str
fn clone(&self) -> __tile1024i_str
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 __tile1024i_str
impl Debug for __tile1024i_str
impl Copy for __tile1024i_str
Auto Trait Implementations§
impl Freeze for __tile1024i_str
impl RefUnwindSafe for __tile1024i_str
impl Send for __tile1024i_str
impl Sync for __tile1024i_str
impl Unpin for __tile1024i_str
impl UnwindSafe for __tile1024i_str
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