Struct windows_sys::Win32::UI::Controls::RichEdit::TABLECELLPARMS
[−]#[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: COLORREF,
pub crBrdrTop: COLORREF,
pub crBrdrRight: COLORREF,
pub crBrdrBottom: COLORREF,
pub crBackPat: COLORREF,
pub crForePat: COLORREF,
}Expand description
Required features: "Win32_UI_Controls_RichEdit", "Win32_Foundation"
Fields
dxWidth: i32_bitfield: u16wShading: u16dxBrdrLeft: i16dyBrdrTop: i16dxBrdrRight: i16dyBrdrBottom: i16crBrdrLeft: COLORREFcrBrdrTop: COLORREFcrBrdrRight: COLORREFcrBrdrBottom: COLORREFcrBackPat: COLORREFcrForePat: COLORREFTrait Implementations
impl Clone for TABLECELLPARMS
impl Clone for TABLECELLPARMS
impl Copy for TABLECELLPARMS
Auto Trait Implementations
impl RefUnwindSafe for TABLECELLPARMS
impl Send for TABLECELLPARMS
impl Sync for TABLECELLPARMS
impl Unpin for TABLECELLPARMS
impl UnwindSafe for TABLECELLPARMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more