pub struct DeviceTree { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DeviceTree
impl Clone for DeviceTree
Source§fn clone(&self) -> DeviceTree
fn clone(&self) -> DeviceTree
Returns a duplicate 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 moreSource§impl Debug for DeviceTree
impl Debug for DeviceTree
impl Copy for DeviceTree
Auto Trait Implementations§
impl Freeze for DeviceTree
impl RefUnwindSafe for DeviceTree
impl Send for DeviceTree
impl Sync for DeviceTree
impl Unpin for DeviceTree
impl UnwindSafe for DeviceTree
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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