#[repr(transparent)]pub struct HSYNTHETICPOINTERDEVICE(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HSYNTHETICPOINTERDEVICE
impl Abi for HSYNTHETICPOINTERDEVICE
Source§type Abi = HSYNTHETICPOINTERDEVICE
type Abi = HSYNTHETICPOINTERDEVICE
The abi representation of the implementing type. Read more
type DefaultType = HSYNTHETICPOINTERDEVICE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for HSYNTHETICPOINTERDEVICE
impl Clone for HSYNTHETICPOINTERDEVICE
Source§fn clone(&self) -> HSYNTHETICPOINTERDEVICE
fn clone(&self) -> HSYNTHETICPOINTERDEVICE
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 moreSource§impl Debug for HSYNTHETICPOINTERDEVICE
impl Debug for HSYNTHETICPOINTERDEVICE
Source§impl Default for HSYNTHETICPOINTERDEVICE
impl Default for HSYNTHETICPOINTERDEVICE
Source§impl PartialEq for HSYNTHETICPOINTERDEVICE
impl PartialEq for HSYNTHETICPOINTERDEVICE
impl Copy for HSYNTHETICPOINTERDEVICE
impl Eq for HSYNTHETICPOINTERDEVICE
Auto Trait Implementations§
impl Freeze for HSYNTHETICPOINTERDEVICE
impl RefUnwindSafe for HSYNTHETICPOINTERDEVICE
impl Send for HSYNTHETICPOINTERDEVICE
impl Sync for HSYNTHETICPOINTERDEVICE
impl Unpin for HSYNTHETICPOINTERDEVICE
impl UnwindSafe for HSYNTHETICPOINTERDEVICE
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