Struct windows_sys::Win32::UI::Controls::RichEdit::PARAFORMAT
[−]#[repr(C)]pub struct PARAFORMAT {
pub cbSize: u32,
pub dwMask: PARAFORMAT_MASK,
pub wNumbering: u16,
pub Anonymous: PARAFORMAT_0,
pub dxStartIndent: i32,
pub dxRightIndent: i32,
pub dxOffset: i32,
pub wAlignment: PARAFORMAT_ALIGNMENT,
pub cTabCount: i16,
pub rgxTabs: [u32; 32],
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
cbSize: u32
dwMask: PARAFORMAT_MASK
wNumbering: u16
Anonymous: PARAFORMAT_0
dxStartIndent: i32
dxRightIndent: i32
dxOffset: i32
wAlignment: PARAFORMAT_ALIGNMENT
cTabCount: i16
rgxTabs: [u32; 32]
Trait Implementations
impl Clone for PARAFORMAT
impl Clone for PARAFORMAT
impl Copy for PARAFORMAT
Auto Trait Implementations
impl RefUnwindSafe for PARAFORMAT
impl Send for PARAFORMAT
impl Sync for PARAFORMAT
impl Unpin for PARAFORMAT
impl UnwindSafe for PARAFORMAT
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