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