pub struct EffectBindInfo {
pub effect_path: String,
pub tool_alias: String,
}Fields§
§effect_path: String§tool_alias: StringTrait Implementations§
Source§impl Clone for EffectBindInfo
impl Clone for EffectBindInfo
Source§fn clone(&self) -> EffectBindInfo
fn clone(&self) -> EffectBindInfo
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 EffectBindInfo
impl RefUnwindSafe for EffectBindInfo
impl Send for EffectBindInfo
impl Sync for EffectBindInfo
impl Unpin for EffectBindInfo
impl UnwindSafe for EffectBindInfo
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