#[repr(u32)]pub enum section_crypt_type_t {
CRYPT_NONE = 1,
CRYPT_XTS = 2,
CRYPT_CTR = 3,
CRYPT_BKTR = 4,
CRYPT_NCA0 = 809_583_438,
}Variants§
Trait Implementations§
Source§impl Clone for section_crypt_type_t
impl Clone for section_crypt_type_t
Source§fn clone(&self) -> section_crypt_type_t
fn clone(&self) -> section_crypt_type_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 section_crypt_type_t
impl Debug for section_crypt_type_t
Source§impl Hash for section_crypt_type_t
impl Hash for section_crypt_type_t
Source§impl PartialEq for section_crypt_type_t
impl PartialEq for section_crypt_type_t
impl Copy for section_crypt_type_t
impl Eq for section_crypt_type_t
impl StructuralPartialEq for section_crypt_type_t
Auto Trait Implementations§
impl Freeze for section_crypt_type_t
impl RefUnwindSafe for section_crypt_type_t
impl Send for section_crypt_type_t
impl Sync for section_crypt_type_t
impl Unpin for section_crypt_type_t
impl UnwindSafe for section_crypt_type_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