pub struct Tx3gBox {
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]
Implementations§
Trait Implementations§
source§impl PartialEq for Tx3gBox
impl PartialEq for Tx3gBox
impl Eq for Tx3gBox
impl StructuralPartialEq for Tx3gBox
Auto Trait Implementations§
impl Freeze for Tx3gBox
impl RefUnwindSafe for Tx3gBox
impl Send for Tx3gBox
impl Sync for Tx3gBox
impl Unpin for Tx3gBox
impl UnwindSafe for Tx3gBox
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