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