Struct harfbuzz_sys::Struct_hb_segment_properties_t [] [src]

pub struct Struct_hb_segment_properties_t {
    pub direction: hb_direction_t,
    pub script: hb_script_t,
    pub language: hb_language_t,
    pub reserved1: *mut c_void,
    pub reserved2: *mut c_void,
}

Fields

direction: hb_direction_t script: hb_script_t language: hb_language_t reserved1: *mut c_void reserved2: *mut c_void

Trait Implementations

impl Copy for Struct_hb_segment_properties_t
[src]

impl Clone for Struct_hb_segment_properties_t
[src]

fn clone(&self) -> Self

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

impl Default for Struct_hb_segment_properties_t
[src]

fn default() -> Self

Returns the "default value" for a type. Read more