pub struct FbWr {
pub node: FbWr,
}
Expand description
Input Port API Struct for Node FbWr
Fields
node: FbWr
Implementations
sourceimpl FbWr
impl FbWr
sourcepub fn inp(self, node: &dyn ConstructorNodeOutputPort) -> FbWr
pub fn inp(self, node: &dyn ConstructorNodeOutputPort) -> FbWr
Assign to input port for Node FbWr Input inp
Auto Trait Implementations
impl !RefUnwindSafe for FbWr
impl !Send for FbWr
impl !Sync for FbWr
impl Unpin for FbWr
impl !UnwindSafe for FbWr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more