#[repr(C)]pub struct ReactionPrefs {Show 14 fields
pub rp_BevelType: UWORD,
pub rp_GlyphType: UWORD,
pub rp_LayoutSpacing: UWORD,
pub rp_3DProp: BOOL,
pub rp_LabelPen: UWORD,
pub rp_LabelPlace: UWORD,
pub rp_3DLabel: BOOL,
pub rp_SimpleRefresh: BOOL,
pub rp_3DLook: BOOL,
pub rp_FallbackAttr: TextAttr,
pub rp_LabelAttr: TextAttr,
pub rp_FallbackName: [UBYTE; 128],
pub rp_LabelName: [UBYTE; 128],
pub rp_Pattern: [UBYTE; 256],
}Fields§
§rp_BevelType: UWORD§rp_GlyphType: UWORD§rp_LayoutSpacing: UWORD§rp_3DProp: BOOL§rp_LabelPen: UWORD§rp_LabelPlace: UWORD§rp_3DLabel: BOOL§rp_SimpleRefresh: BOOL§rp_3DLook: BOOL§rp_FallbackAttr: TextAttr§rp_LabelAttr: TextAttr§rp_FallbackName: [UBYTE; 128]§rp_LabelName: [UBYTE; 128]§rp_Pattern: [UBYTE; 256]Trait Implementations§
Source§impl Clone for ReactionPrefs
impl Clone for ReactionPrefs
Source§fn clone(&self) -> ReactionPrefs
fn clone(&self) -> ReactionPrefs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReactionPrefs
impl Debug for ReactionPrefs
impl Copy for ReactionPrefs
Auto Trait Implementations§
impl Freeze for ReactionPrefs
impl RefUnwindSafe for ReactionPrefs
impl !Send for ReactionPrefs
impl !Sync for ReactionPrefs
impl Unpin for ReactionPrefs
impl UnwindSafe for ReactionPrefs
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