Struct winapi::dwrite::DWRITE_LINE_BREAKPOINT [] [src]

pub struct DWRITE_LINE_BREAKPOINT {
    pub bit_fields: UINT8,
}

Fields

bit_fields

Methods

impl DWRITE_LINE_BREAKPOINT
[src]

fn breakConditionBefore(&self) -> UINT8

fn set_breakConditionBefore(&mut self, val: UINT8)

fn breakConditionAfter(&self) -> UINT8

fn set_breakConditionAfter(&mut self, val: UINT8)

fn isWhitespace(&self) -> UINT8

fn set_isWhitespace(&mut self, val: UINT8)

fn isSoftHyphen(&self) -> UINT8

fn set_isSoftHyphen(&mut self, val: UINT8)

fn padding(&self) -> UINT8

fn set_padding(&mut self, val: UINT8)

Trait Implementations

impl Copy for DWRITE_LINE_BREAKPOINT
[src]

impl Clone for DWRITE_LINE_BREAKPOINT
[src]

fn clone(&self) -> DWRITE_LINE_BREAKPOINT

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for DWRITE_LINE_BREAKPOINT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.