Struct cros_fdt::path::PhandlePin
source · pub(crate) struct PhandlePin(pub String, pub u32);
Tuple Fields§
§0: String
§1: u32
Trait Implementations§
source§impl Debug for PhandlePin
impl Debug for PhandlePin
source§impl PartialEq for PhandlePin
impl PartialEq for PhandlePin
source§fn eq(&self, other: &PhandlePin) -> bool
fn eq(&self, other: &PhandlePin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PhandlePin
Auto Trait Implementations§
impl RefUnwindSafe for PhandlePin
impl Send for PhandlePin
impl Sync for PhandlePin
impl Unpin for PhandlePin
impl UnwindSafe for PhandlePin
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