#[repr(transparent)]pub struct DialogExResult(pub c_uchar);Expand description
DialogEx result
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for DialogExResult
impl Clone for DialogExResult
Source§fn clone(&self) -> DialogExResult
fn clone(&self) -> DialogExResult
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 DialogExResult
Source§impl Debug for DialogExResult
impl Debug for DialogExResult
impl Eq for DialogExResult
Source§impl Hash for DialogExResult
impl Hash for DialogExResult
Source§impl PartialEq for DialogExResult
impl PartialEq for DialogExResult
Source§fn eq(&self, other: &DialogExResult) -> bool
fn eq(&self, other: &DialogExResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DialogExResult
Auto Trait Implementations§
impl Freeze for DialogExResult
impl RefUnwindSafe for DialogExResult
impl Send for DialogExResult
impl Sync for DialogExResult
impl Unpin for DialogExResult
impl UnsafeUnpin for DialogExResult
impl UnwindSafe for DialogExResult
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