pub struct MutableFoundryOutputParams { /* private fields */ }
Implementations§
Source§impl MutableFoundryOutputParams
impl MutableFoundryOutputParams
pub fn foundry_sn(&self) -> ScMutableUint32
Trait Implementations§
Source§impl Clone for MutableFoundryOutputParams
impl Clone for MutableFoundryOutputParams
Source§fn clone(&self) -> MutableFoundryOutputParams
fn clone(&self) -> MutableFoundryOutputParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for MutableFoundryOutputParams
impl !RefUnwindSafe for MutableFoundryOutputParams
impl !Send for MutableFoundryOutputParams
impl !Sync for MutableFoundryOutputParams
impl Unpin for MutableFoundryOutputParams
impl !UnwindSafe for MutableFoundryOutputParams
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