Struct windows_sys::Win32::UI::Controls::RichEdit::TABLECELLPARMS
[−]#[repr(C)]pub struct TABLECELLPARMS {}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
dxWidth: i32
_bitfield: u16
wShading: u16
dxBrdrLeft: i16
dyBrdrTop: i16
dxBrdrRight: i16
dyBrdrBottom: i16
crBrdrLeft: u32
crBrdrTop: u32
crBrdrRight: u32
crBrdrBottom: u32
crBackPat: u32
crForePat: u32
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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