Struct ndk_sys::cryptoinfo_pattern_t
source · #[repr(C)]pub struct cryptoinfo_pattern_t {
pub encryptBlocks: i32,
pub skipBlocks: i32,
}
Fields§
§encryptBlocks: i32
§skipBlocks: i32
Trait Implementations§
source§impl Clone for cryptoinfo_pattern_t
impl Clone for cryptoinfo_pattern_t
source§fn clone(&self) -> cryptoinfo_pattern_t
fn clone(&self) -> cryptoinfo_pattern_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for cryptoinfo_pattern_t
impl Debug for cryptoinfo_pattern_t
impl Copy for cryptoinfo_pattern_t
Auto Trait Implementations§
impl Freeze for cryptoinfo_pattern_t
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§
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