Struct simd_abstraction::tools::Bytes32
source · [−]Tuple Fields
0: [u8; 32]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bytes32
impl Send for Bytes32
impl Sync for Bytes32
impl Unpin for Bytes32
impl UnwindSafe for Bytes32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more