#[repr(transparent)]pub struct TextBoxFont(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for TextBoxFont
impl Clone for TextBoxFont
Source§fn clone(&self) -> TextBoxFont
fn clone(&self) -> TextBoxFont
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 TextBoxFont
impl Debug for TextBoxFont
Source§impl Hash for TextBoxFont
impl Hash for TextBoxFont
Source§impl PartialEq for TextBoxFont
impl PartialEq for TextBoxFont
impl Copy for TextBoxFont
impl Eq for TextBoxFont
impl StructuralPartialEq for TextBoxFont
Auto Trait Implementations§
impl Freeze for TextBoxFont
impl RefUnwindSafe for TextBoxFont
impl Send for TextBoxFont
impl Sync for TextBoxFont
impl Unpin for TextBoxFont
impl UnwindSafe for TextBoxFont
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