Struct classicube_sys::LTableCell
source ·
[−]#[repr(C)]pub struct LTableCell {
pub table: *mut LTable,
pub x: c_int,
pub y: c_int,
pub width: c_int,
}Fields
table: *mut LTablex: c_inty: c_intwidth: c_intTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LTableCell
impl !Send for LTableCell
impl !Sync for LTableCell
impl Unpin for LTableCell
impl UnwindSafe for LTableCell
Blanket Implementations
Mutably borrows from an owned value. Read more
