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