pub struct LaneArg {
pub lane: u8,
}
Expand description
Payload for lane-related instructions. Unsigned with no + prefix.
Fields§
§lane: u8
The lane argument.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LaneArg
impl RefUnwindSafe for LaneArg
impl Send for LaneArg
impl Sync for LaneArg
impl Unpin for LaneArg
impl UnwindSafe for LaneArg
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