Struct PinId
#[repr(transparent)]pub struct PinId(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for PinId
impl Eq for PinId
impl StructuralPartialEq for PinId
Auto Trait Implementations§
impl Freeze for PinId
impl RefUnwindSafe for PinId
impl Send for PinId
impl Sync for PinId
impl Unpin for PinId
impl UnwindSafe for PinId
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