pub struct UnicastOptions {Show 25 fields
pub start_airplay: bool,
pub cache_request: bool,
pub jumpstart_dfs_proxy: bool,
pub airplay_on_dfs_channel: bool,
pub start_sidecar: bool,
pub sidecar_bg_request: bool,
pub sidecar_fg_request: bool,
pub stop_sidecar: bool,
pub start_multi_peer_steering: bool,
pub start_real_time_mode: bool,
pub stop_real_time_mode: bool,
pub start_airplay_recovery: bool,
pub start_ht_mode: bool,
pub stop_ht_mode: bool,
pub stop_airplay: bool,
pub failed_multi_peer_steering: bool,
pub unknown: u8,
pub start_rtg_ensemble: bool,
pub stop_rtg_ensemble: bool,
pub start_airplay_in_rtg_mode: bool,
pub stop_airplay_in_rtg_mode: bool,
pub start_sidecar_in_rtg_mode: bool,
pub stop_sidecar_in_rtg_mode: bool,
pub start_remote_camera: bool,
pub stop_remote_camera: bool,
}Fields§
§start_airplay: bool§cache_request: bool§jumpstart_dfs_proxy: bool§airplay_on_dfs_channel: bool§start_sidecar: bool§sidecar_bg_request: bool§sidecar_fg_request: bool§stop_sidecar: bool§start_multi_peer_steering: bool§start_real_time_mode: bool§stop_real_time_mode: bool§start_airplay_recovery: bool§start_ht_mode: bool§stop_ht_mode: bool§stop_airplay: bool§failed_multi_peer_steering: bool§unknown: u8§start_rtg_ensemble: bool§stop_rtg_ensemble: bool§start_airplay_in_rtg_mode: bool§stop_airplay_in_rtg_mode: bool§start_sidecar_in_rtg_mode: bool§stop_sidecar_in_rtg_mode: bool§start_remote_camera: bool§stop_remote_camera: boolImplementations§
Trait Implementations§
Source§impl Clone for UnicastOptions
impl Clone for UnicastOptions
Source§fn clone(&self) -> UnicastOptions
fn clone(&self) -> UnicastOptions
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 UnicastOptions
impl Debug for UnicastOptions
Source§impl Default for UnicastOptions
impl Default for UnicastOptions
Source§fn default() -> UnicastOptions
fn default() -> UnicastOptions
Returns the “default value” for a type. Read more
Source§impl From<UnicastOptions> for u128
impl From<UnicastOptions> for u128
Source§fn from(value: UnicastOptions) -> Self
fn from(value: UnicastOptions) -> Self
Converts to this type from the input type.
Source§impl From<UnicastOptions> for u32
impl From<UnicastOptions> for u32
Source§fn from(value: UnicastOptions) -> Self
fn from(value: UnicastOptions) -> Self
Converts to this type from the input type.
Source§impl From<UnicastOptions> for u64
impl From<UnicastOptions> for u64
Source§fn from(value: UnicastOptions) -> Self
fn from(value: UnicastOptions) -> Self
Converts to this type from the input type.
Source§impl From<u128> for UnicastOptions
impl From<u128> for UnicastOptions
Source§impl From<u32> for UnicastOptions
impl From<u32> for UnicastOptions
Source§impl From<u64> for UnicastOptions
impl From<u64> for UnicastOptions
Source§impl PartialEq for UnicastOptions
impl PartialEq for UnicastOptions
impl Copy for UnicastOptions
impl Eq for UnicastOptions
impl StructuralPartialEq for UnicastOptions
Auto Trait Implementations§
impl Freeze for UnicastOptions
impl RefUnwindSafe for UnicastOptions
impl Send for UnicastOptions
impl Sync for UnicastOptions
impl Unpin for UnicastOptions
impl UnwindSafe for UnicastOptions
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