Struct ndk_sys::cryptoinfo_pattern_t
source · Fields
encryptBlocks: i32
skipBlocks: i32
Trait Implementations
sourceimpl Clone for cryptoinfo_pattern_t
impl Clone for cryptoinfo_pattern_t
sourcefn clone(&self) -> cryptoinfo_pattern_t
fn clone(&self) -> cryptoinfo_pattern_t
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 moresourceimpl Debug for cryptoinfo_pattern_t
impl Debug for cryptoinfo_pattern_t
impl Copy for cryptoinfo_pattern_t
Auto Trait Implementations
impl RefUnwindSafe for cryptoinfo_pattern_t
impl Send for cryptoinfo_pattern_t
impl Sync for cryptoinfo_pattern_t
impl Unpin for cryptoinfo_pattern_t
impl UnwindSafe for cryptoinfo_pattern_t
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