pub struct ResetRef {
pub name: Option<String>,
pub phandle: Phandle,
pub cells: u32,
pub specifier: Vec<u32>,
}Fields§
§name: Option<String>§phandle: Phandle§cells: u32§specifier: Vec<u32>Implementations§
Trait Implementations§
impl Eq for ResetRef
impl StructuralPartialEq for ResetRef
Auto Trait Implementations§
impl Freeze for ResetRef
impl RefUnwindSafe for ResetRef
impl Send for ResetRef
impl Sync for ResetRef
impl Unpin for ResetRef
impl UnsafeUnpin for ResetRef
impl UnwindSafe for ResetRef
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