Struct ndk_sys::cryptoinfo_mode_t
source · #[repr(transparent)]pub struct cryptoinfo_mode_t(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_CLEAR: cryptoinfo_mode_t = _
source§impl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_AES_CTR: cryptoinfo_mode_t = _
source§impl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_AES_WV: cryptoinfo_mode_t = _
source§impl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_AES_CBC: cryptoinfo_mode_t = _
Trait Implementations§
source§impl Clone for cryptoinfo_mode_t
impl Clone for cryptoinfo_mode_t
source§fn clone(&self) -> cryptoinfo_mode_t
fn clone(&self) -> cryptoinfo_mode_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_mode_t
impl Debug for cryptoinfo_mode_t
source§impl Hash for cryptoinfo_mode_t
impl Hash for cryptoinfo_mode_t
source§impl PartialEq for cryptoinfo_mode_t
impl PartialEq for cryptoinfo_mode_t
source§fn eq(&self, other: &cryptoinfo_mode_t) -> bool
fn eq(&self, other: &cryptoinfo_mode_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for cryptoinfo_mode_t
impl Eq for cryptoinfo_mode_t
impl StructuralPartialEq for cryptoinfo_mode_t
Auto Trait Implementations§
impl Freeze for cryptoinfo_mode_t
impl RefUnwindSafe for cryptoinfo_mode_t
impl Send for cryptoinfo_mode_t
impl Sync for cryptoinfo_mode_t
impl Unpin for cryptoinfo_mode_t
impl UnwindSafe for cryptoinfo_mode_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