#[repr(i32)]pub enum EKeyEscrowUsage {
StreamingDevice = 0,
}Variants§
StreamingDevice = 0
Implementations§
Trait Implementations§
Source§impl Clone for EKeyEscrowUsage
impl Clone for EKeyEscrowUsage
Source§fn clone(&self) -> EKeyEscrowUsage
fn clone(&self) -> EKeyEscrowUsage
Returns a duplicate 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 EKeyEscrowUsage
impl Debug for EKeyEscrowUsage
Source§impl Hash for EKeyEscrowUsage
impl Hash for EKeyEscrowUsage
Source§impl PartialEq for EKeyEscrowUsage
impl PartialEq for EKeyEscrowUsage
impl Copy for EKeyEscrowUsage
impl Eq for EKeyEscrowUsage
impl StructuralPartialEq for EKeyEscrowUsage
Auto Trait Implementations§
impl Freeze for EKeyEscrowUsage
impl RefUnwindSafe for EKeyEscrowUsage
impl Send for EKeyEscrowUsage
impl Sync for EKeyEscrowUsage
impl Unpin for EKeyEscrowUsage
impl UnsafeUnpin for EKeyEscrowUsage
impl UnwindSafe for EKeyEscrowUsage
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