pub struct SROr {
pub in_a: SRIn,
pub in_b: SRIn,
pub output: SROut,
}Expand description
A compute module calculating in_a | in_b
Fields§
§in_a: SRIn§in_b: SRIn§output: SROutTrait Implementations§
Source§impl ComputeModule for SROr
impl ComputeModule for SROr
Auto Trait Implementations§
impl Freeze for SROr
impl RefUnwindSafe for SROr
impl Send for SROr
impl Sync for SROr
impl Unpin for SROr
impl UnwindSafe for SROr
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