Struct wast::LaneArg [−][src]
pub struct LaneArg {
pub lane: u8,
}Expand description
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.