#[repr(C)]
pub struct TABLECELLPARMS {
Show 13 fields pub dxWidth: i32, pub _bitfield: u16, pub wShading: u16, pub dxBrdrLeft: i16, pub dyBrdrTop: i16, pub dxBrdrRight: i16, pub dyBrdrBottom: i16, pub crBrdrLeft: u32, pub crBrdrTop: u32, pub crBrdrRight: u32, pub crBrdrBottom: u32, pub crBackPat: u32, pub crForePat: u32,
}
Expand description

Required features: "Win32_UI_Controls_RichEdit"

Fields

dxWidth: i32_bitfield: u16wShading: u16dxBrdrLeft: i16dyBrdrTop: i16dxBrdrRight: i16dyBrdrBottom: i16crBrdrLeft: u32crBrdrTop: u32crBrdrRight: u32crBrdrBottom: u32crBackPat: u32crForePat: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.