pub enum PaddingOption {
Zero,
Nan,
}Expand description
Padding value applied to out-of-bounds lanes when using boundary_check in load.
Variants§
Auto Trait Implementations§
impl Freeze for PaddingOption
impl RefUnwindSafe for PaddingOption
impl Send for PaddingOption
impl Sync for PaddingOption
impl Unpin for PaddingOption
impl UnsafeUnpin for PaddingOption
impl UnwindSafe for PaddingOption
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