#[repr(transparent)]pub struct TextBoxFont(pub c_uchar);Tuple Fields§
§0: c_ucharTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextBoxFont
Source§impl Debug for TextBoxFont
impl Debug for TextBoxFont
impl Eq for TextBoxFont
Source§impl Hash for TextBoxFont
impl Hash for TextBoxFont
Source§impl PartialEq for TextBoxFont
impl PartialEq for TextBoxFont
Source§fn eq(&self, other: &TextBoxFont) -> bool
fn eq(&self, other: &TextBoxFont) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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