Struct wast::LaneArg [−][src]
pub struct LaneArg {
pub lane: u8,
}Payload for lane-related instructions. Unsigned with no + prefix.
Fields
lane: u8The lane argument.
pub struct LaneArg {
pub lane: u8,
}Payload for lane-related instructions. Unsigned with no + prefix.
lane: u8The lane argument.
impl RefUnwindSafe for LaneArgimpl Send for LaneArgimpl Sync for LaneArgimpl Unpin for LaneArgimpl UnwindSafe for LaneArg