pub struct Tx3g {
pub data_reference_index: u16,
pub display_flags: u32,
pub horizontal_justification: i8,
pub vertical_justification: i8,
pub bg_color_rgba: RgbaColor,
pub box_record: [i16; 4],
pub style_record: [u8; 12],
}Fields§
§data_reference_index: u16§display_flags: u32§horizontal_justification: i8§vertical_justification: i8§bg_color_rgba: RgbaColor§box_record: [i16; 4]§style_record: [u8; 12]Trait Implementations§
impl Eq for Tx3g
impl StructuralPartialEq for Tx3g
Auto Trait Implementations§
impl Freeze for Tx3g
impl RefUnwindSafe for Tx3g
impl Send for Tx3g
impl Sync for Tx3g
impl Unpin for Tx3g
impl UnwindSafe for Tx3g
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more