#[repr(C)]pub struct cuvsCagraExtendParams {
pub max_chunk_size: u32,
}Fields§
§max_chunk_size: u32Trait Implementations§
Source§impl Clone for cuvsCagraExtendParams
impl Clone for cuvsCagraExtendParams
Source§fn clone(&self) -> cuvsCagraExtendParams
fn clone(&self) -> cuvsCagraExtendParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cuvsCagraExtendParams
Auto Trait Implementations§
impl Freeze for cuvsCagraExtendParams
impl RefUnwindSafe for cuvsCagraExtendParams
impl Send for cuvsCagraExtendParams
impl Sync for cuvsCagraExtendParams
impl Unpin for cuvsCagraExtendParams
impl UnsafeUnpin for cuvsCagraExtendParams
impl UnwindSafe for cuvsCagraExtendParams
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