Struct ndk_sys::cryptoinfo_mode_t
source · #[repr(transparent)]pub struct cryptoinfo_mode_t(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_CLEAR: cryptoinfo_mode_t = _
sourceimpl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_AES_CTR: cryptoinfo_mode_t = _
sourceimpl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_AES_WV: cryptoinfo_mode_t = _
sourceimpl cryptoinfo_mode_t
impl cryptoinfo_mode_t
pub const AMEDIACODECRYPTOINFO_MODE_AES_CBC: cryptoinfo_mode_t = _
Trait Implementations
sourceimpl Clone for cryptoinfo_mode_t
impl Clone for cryptoinfo_mode_t
sourcefn clone(&self) -> cryptoinfo_mode_t
fn clone(&self) -> cryptoinfo_mode_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_mode_t
impl Debug for cryptoinfo_mode_t
sourceimpl Hash for cryptoinfo_mode_t
impl Hash for cryptoinfo_mode_t
sourceimpl PartialEq<cryptoinfo_mode_t> for cryptoinfo_mode_t
impl PartialEq<cryptoinfo_mode_t> for cryptoinfo_mode_t
sourcefn eq(&self, other: &cryptoinfo_mode_t) -> bool
fn eq(&self, other: &cryptoinfo_mode_t) -> bool
impl Copy for cryptoinfo_mode_t
impl Eq for cryptoinfo_mode_t
impl StructuralEq for cryptoinfo_mode_t
impl StructuralPartialEq for cryptoinfo_mode_t
Auto Trait Implementations
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
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