#[repr(C)]pub struct LTableCell {
pub table: *mut LTable,
pub x: c_int,
pub y: c_int,
pub width: c_int,
}
Fields§
§table: *mut LTable
§x: c_int
§y: c_int
§width: c_int
Trait Implementations§
Source§impl Clone for LTableCell
impl Clone for LTableCell
Source§fn clone(&self) -> LTableCell
fn clone(&self) -> LTableCell
Returns a copy 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 LTableCell
impl Debug for LTableCell
Source§impl Hash for LTableCell
impl Hash for LTableCell
Source§impl PartialEq for LTableCell
impl PartialEq for LTableCell
impl Copy for LTableCell
impl Eq for LTableCell
impl StructuralPartialEq for LTableCell
Auto Trait Implementations§
impl Freeze for LTableCell
impl RefUnwindSafe for LTableCell
impl !Send for LTableCell
impl !Sync for LTableCell
impl Unpin for LTableCell
impl UnwindSafe for LTableCell
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