pub struct ResourcePrepareConfig { /* private fields */ }Implementations§
Source§impl ResourcePrepareConfig
impl ResourcePrepareConfig
pub fn without_assigned_clocks(self) -> ResourcePrepareConfig
pub fn with_assigned_clocks(self) -> ResourcePrepareConfig
pub fn without_clock_enable(self) -> ResourcePrepareConfig
pub fn without_reset_deassert(self) -> ResourcePrepareConfig
pub fn without_power_domains(self) -> ResourcePrepareConfig
pub fn with_power_domains(self) -> ResourcePrepareConfig
pub fn with_supply(self, name: impl Into<String>) -> ResourcePrepareConfig
pub fn with_named_clock_rate( self, name: impl Into<String>, ) -> ResourcePrepareConfig
Trait Implementations§
Source§impl Clone for ResourcePrepareConfig
impl Clone for ResourcePrepareConfig
Source§fn clone(&self) -> ResourcePrepareConfig
fn clone(&self) -> ResourcePrepareConfig
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 ResourcePrepareConfig
impl Debug for ResourcePrepareConfig
Source§impl Default for ResourcePrepareConfig
impl Default for ResourcePrepareConfig
Source§fn default() -> ResourcePrepareConfig
fn default() -> ResourcePrepareConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResourcePrepareConfig
impl RefUnwindSafe for ResourcePrepareConfig
impl Send for ResourcePrepareConfig
impl Sync for ResourcePrepareConfig
impl Unpin for ResourcePrepareConfig
impl UnsafeUnpin for ResourcePrepareConfig
impl UnwindSafe for ResourcePrepareConfig
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