#[repr(C)]pub struct BNHighlightColor {
pub style: BNHighlightColorStyle,
pub color: BNHighlightStandardColor,
pub mixColor: BNHighlightStandardColor,
pub mix: u8,
pub r: u8,
pub g: u8,
pub b: u8,
pub alpha: u8,
}
Fields§
§style: BNHighlightColorStyle
§color: BNHighlightStandardColor
§mixColor: BNHighlightStandardColor
§mix: u8
§r: u8
§g: u8
§b: u8
§alpha: u8
Trait Implementations§
source§impl Clone for BNHighlightColor
impl Clone for BNHighlightColor
source§fn clone(&self) -> BNHighlightColor
fn clone(&self) -> BNHighlightColor
Returns a copy 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 BNHighlightColor
impl Debug for BNHighlightColor
source§impl Default for BNHighlightColor
impl Default for BNHighlightColor
impl Copy for BNHighlightColor
Auto Trait Implementations§
impl Freeze for BNHighlightColor
impl RefUnwindSafe for BNHighlightColor
impl Send for BNHighlightColor
impl Sync for BNHighlightColor
impl Unpin for BNHighlightColor
impl UnwindSafe for BNHighlightColor
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)