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