Struct surge_halfrate::imports::WetBlock1t
source · [−]#[repr(align(16))]pub struct WetBlock1t<T, const X: usize> where
T: Default + Copy, {
pub buf: Align16<[T; X]>,
}
Fields
buf: Align16<[T; X]>
Trait Implementations
sourceimpl<T, const X: usize> Clone for WetBlock1t<T, X> where
T: Clone + Default + Copy,
impl<T, const X: usize> Clone for WetBlock1t<T, X> where
T: Clone + Default + Copy,
sourcefn clone(&self) -> WetBlock1t<T, X>
fn clone(&self) -> WetBlock1t<T, X>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<T, const X: usize> Default for WetBlock1t<T, X> where
T: Default + Copy,
impl<T, const X: usize> Default for WetBlock1t<T, X> where
T: Default + Copy,
sourcefn default() -> WetBlock1t<T, X>
fn default() -> WetBlock1t<T, X>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T, const X: usize> RefUnwindSafe for WetBlock1t<T, X> where
T: RefUnwindSafe,
impl<T, const X: usize> Send for WetBlock1t<T, X> where
T: Send,
impl<T, const X: usize> Sync for WetBlock1t<T, X> where
T: Sync,
impl<T, const X: usize> Unpin for WetBlock1t<T, X> where
T: Unpin,
impl<T, const X: usize> UnwindSafe for WetBlock1t<T, X> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more