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 RefUnwindSafe for LaneArg
impl Send for LaneArg
impl Sync for LaneArg
impl Unpin for LaneArg
impl UnwindSafe for LaneArg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more