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: u16wShading: u16dxBrdrLeft: i16dyBrdrTop: i16dxBrdrRight: i16dyBrdrBottom: i16crBrdrLeft: u32crBrdrTop: u32crBrdrRight: u32crBrdrBottom: u32crBackPat: u32crForePat: u32Trait 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