pub struct PowerDomainRef {
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§
Source§impl Clone for PowerDomainRef
impl Clone for PowerDomainRef
Source§fn clone(&self) -> PowerDomainRef
fn clone(&self) -> PowerDomainRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PowerDomainRef
impl Debug for PowerDomainRef
impl Eq for PowerDomainRef
Source§impl PartialEq for PowerDomainRef
impl PartialEq for PowerDomainRef
Source§fn eq(&self, other: &PowerDomainRef) -> bool
fn eq(&self, other: &PowerDomainRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PowerDomainRef
Auto Trait Implementations§
impl Freeze for PowerDomainRef
impl RefUnwindSafe for PowerDomainRef
impl Send for PowerDomainRef
impl Sync for PowerDomainRef
impl Unpin for PowerDomainRef
impl UnsafeUnpin for PowerDomainRef
impl UnwindSafe for PowerDomainRef
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