Struct PlayReadyDecryptorSetup
#[repr(transparent)]pub struct PlayReadyDecryptorSetup(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PlayReadyDecryptorSetup
impl PlayReadyDecryptorSetup
pub const Uninitialized: Self = _
pub const OnDemand: Self = _
Trait Implementations§
§impl Clone for PlayReadyDecryptorSetup
impl Clone for PlayReadyDecryptorSetup
§fn clone(&self) -> PlayReadyDecryptorSetup
fn clone(&self) -> PlayReadyDecryptorSetup
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 more§impl Debug for PlayReadyDecryptorSetup
impl Debug for PlayReadyDecryptorSetup
§impl Default for PlayReadyDecryptorSetup
impl Default for PlayReadyDecryptorSetup
§fn default() -> PlayReadyDecryptorSetup
fn default() -> PlayReadyDecryptorSetup
Returns the “default value” for a type. Read more
§impl PartialEq for PlayReadyDecryptorSetup
impl PartialEq for PlayReadyDecryptorSetup
impl Copy for PlayReadyDecryptorSetup
impl Eq for PlayReadyDecryptorSetup
impl StructuralPartialEq for PlayReadyDecryptorSetup
Auto Trait Implementations§
impl Freeze for PlayReadyDecryptorSetup
impl RefUnwindSafe for PlayReadyDecryptorSetup
impl Send for PlayReadyDecryptorSetup
impl Sync for PlayReadyDecryptorSetup
impl Unpin for PlayReadyDecryptorSetup
impl UnwindSafe for PlayReadyDecryptorSetup
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