#[repr(C)]pub struct TABLEROWPARMS {
pub cbRow: u8,
pub cbCell: u8,
pub cCell: u8,
pub cRow: u8,
pub dxCellMargin: i32,
pub dxIndent: i32,
pub dyHeight: i32,
pub _bitfield: u32,
pub cpStartRow: i32,
pub bTableLevel: u8,
pub iCell: u8,
}
Fields§
§cbRow: u8
§cbCell: u8
§cCell: u8
§cRow: u8
§dxCellMargin: i32
§dxIndent: i32
§dyHeight: i32
§_bitfield: u32
§cpStartRow: i32
§bTableLevel: u8
§iCell: u8
Trait Implementations§
Source§impl Clone for TABLEROWPARMS
impl Clone for TABLEROWPARMS
Source§fn clone(&self) -> TABLEROWPARMS
fn clone(&self) -> TABLEROWPARMS
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 TABLEROWPARMS
impl Debug for TABLEROWPARMS
Source§impl Default for TABLEROWPARMS
impl Default for TABLEROWPARMS
Source§impl PartialEq for TABLEROWPARMS
impl PartialEq for TABLEROWPARMS
impl Copy for TABLEROWPARMS
impl Eq for TABLEROWPARMS
Auto Trait Implementations§
impl Freeze for TABLEROWPARMS
impl RefUnwindSafe for TABLEROWPARMS
impl Send for TABLEROWPARMS
impl Sync for TABLEROWPARMS
impl Unpin for TABLEROWPARMS
impl UnwindSafe for TABLEROWPARMS
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