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
pub const Messages: Self
pub const RawUnreliable: Self
pub const RawReliable: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more