CreateContextType

Enum CreateContextType 

Source
pub enum CreateContextType {
Show 14 variants EXTA, SECD, DHNQ, DHNC, ALSI, MXAC, TWRP, QFID, RQLS, DH2Q, DH2C, APPINSTID, APPINSTVER, SVHDXOPENDEV,
}

Variants§

§

EXTA

§

SECD

§

DHNQ

§

DHNC

§

ALSI

§

MXAC

§

TWRP

§

QFID

§

RQLS

§

DH2Q

§

DH2C

§

APPINSTID

§

APPINSTVER

§

SVHDXOPENDEV

Implementations§

Source§

impl CreateContextType

Source

pub const EXTA_NAME: &[u8] = b"ExtA"

Source

pub const SECD_NAME: &[u8] = b"SecD"

Source

pub const DHNQ_NAME: &[u8] = b"DHnQ"

Source

pub const DHNC_NAME: &[u8] = b"DHNc"

Source

pub const ALSI_NAME: &[u8] = b"AlSi"

Source

pub const MXAC_NAME: &[u8] = b"MxAc"

Source

pub const TWRP_NAME: &[u8] = b"TWrp"

Source

pub const QFID_NAME: &[u8] = b"QFid"

Source

pub const RQLS_NAME: &[u8] = b"RqLs"

Source

pub const DH2Q_NAME: &[u8] = b"DH2Q"

Source

pub const DH2C_NAME: &[u8] = b"DH2C"

Source

pub const APPINSTID_NAME: &[u8] = b"\x45\xBC\xA6\x6A\xEF\xA7\xF7\x4A\x90\x08\xFA\x46\x2E\x14\x4D\x74"

Source

pub const APPINSTVER_NAME: &[u8] = b"\xB9\x82\xD0\xB7\x3B\x56\x07\x4F\xA0\x7B\x52\x4A\x81\x16\xA0\x10"

Source

pub const SVHDXOPENDEV_NAME: &[u8] = b"\x9C\xCB\xCF\x9E\x04\xC1\xE6\x43\x98\x0E\x15\x8D\xA1\xF6\xEC\x83"

Source

pub fn from_name(name: &[u8]) -> Option<CreateContextType>

Source

pub fn name(&self) -> &[u8]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V