#[repr(transparent)]pub struct NDProximityDetectionType(pub i32);
Expand description
Required features: "Media_Protection_PlayReady"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl NDProximityDetectionType
impl NDProximityDetectionType
pub const UDP: Self = Self(1i32)
pub const TCP: Self = Self(2i32)
pub const TransportAgnostic: Self = Self(4i32)
Trait Implementations
impl Clone for NDProximityDetectionType
impl Clone for NDProximityDetectionType
impl Copy for NDProximityDetectionType
Auto Trait Implementations
impl RefUnwindSafe for NDProximityDetectionType
impl Send for NDProximityDetectionType
impl Sync for NDProximityDetectionType
impl Unpin for NDProximityDetectionType
impl UnwindSafe for NDProximityDetectionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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