Struct EVT_HANDLE
#[repr(transparent)]pub struct EVT_HANDLE(pub isize);
Tuple Fields§
§0: isize
Implementations§
§impl EVT_HANDLE
impl EVT_HANDLE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for EVT_HANDLE
impl Clone for EVT_HANDLE
§fn clone(&self) -> EVT_HANDLE
fn clone(&self) -> EVT_HANDLE
Returns a copy 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 more§impl Debug for EVT_HANDLE
impl Debug for EVT_HANDLE
§impl Default for EVT_HANDLE
impl Default for EVT_HANDLE
§fn default() -> EVT_HANDLE
fn default() -> EVT_HANDLE
Returns the “default value” for a type. Read more
§impl Free for EVT_HANDLE
impl Free for EVT_HANDLE
§impl PartialEq for EVT_HANDLE
impl PartialEq for EVT_HANDLE
impl Copy for EVT_HANDLE
impl Eq for EVT_HANDLE
impl StructuralPartialEq for EVT_HANDLE
Auto Trait Implementations§
impl Freeze for EVT_HANDLE
impl RefUnwindSafe for EVT_HANDLE
impl Send for EVT_HANDLE
impl Sync for EVT_HANDLE
impl Unpin for EVT_HANDLE
impl UnwindSafe for EVT_HANDLE
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