#[repr(C, packed(1))]pub struct OBXYTables {
pub xTable: *mut f32,
pub yTable: *mut f32,
pub width: c_int,
pub height: c_int,
}Fields§
§xTable: *mut f32< table used to compute X coordinate
yTable: *mut f32< table used to compute Y coordinate
width: c_int< width of x and y tables
height: c_int< height of x and y tables
Trait Implementations§
Source§impl Clone for OBXYTables
impl Clone for OBXYTables
Source§fn clone(&self) -> OBXYTables
fn clone(&self) -> OBXYTables
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OBXYTables
Auto Trait Implementations§
impl !Send for OBXYTables
impl !Sync for OBXYTables
impl Freeze for OBXYTables
impl RefUnwindSafe for OBXYTables
impl Unpin for OBXYTables
impl UnsafeUnpin for OBXYTables
impl UnwindSafe for OBXYTables
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