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