Struct windows_sys::Devices::AllJoyn::AllJoynTrafficType
[−]#[repr(transparent)]pub struct AllJoynTrafficType(pub i32);
Expand description
Required features: "Devices_AllJoyn"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl AllJoynTrafficType
impl AllJoynTrafficType
pub const Unknown: Self = Self(0i32)
pub const Messages: Self = Self(1i32)
pub const RawUnreliable: Self = Self(2i32)
pub const RawReliable: Self = Self(4i32)
Trait Implementations
impl Clone for AllJoynTrafficType
impl Clone for AllJoynTrafficType
impl Copy for AllJoynTrafficType
Auto Trait Implementations
impl RefUnwindSafe for AllJoynTrafficType
impl Send for AllJoynTrafficType
impl Sync for AllJoynTrafficType
impl Unpin for AllJoynTrafficType
impl UnwindSafe for AllJoynTrafficType
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