pub struct ManualInit {
pub power: PowerInit,
pub memory: Memory,
}Fields§
§power: PowerInit§memory: MemoryTrait Implementations§
Source§impl Clone for ManualInit
impl Clone for ManualInit
Source§fn clone(&self) -> ManualInit
fn clone(&self) -> ManualInit
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 moreAuto Trait Implementations§
impl Freeze for ManualInit
impl RefUnwindSafe for ManualInit
impl Send for ManualInit
impl Sync for ManualInit
impl Unpin for ManualInit
impl UnwindSafe for ManualInit
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