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