pub struct HostSupervisionProfile {Show 13 fields
pub id: String,
pub label: String,
pub description: String,
pub modulate_alpha: bool,
pub use_visibility_hint: bool,
pub use_depth_proxy: bool,
pub use_normal_proxy: bool,
pub use_motion_proxy: bool,
pub use_neighborhood_proxy: bool,
pub use_thin_proxy: bool,
pub use_history_instability: bool,
pub use_grammar: bool,
pub parameters: HostSupervisionParameters,
}Fields§
§id: String§label: String§description: String§modulate_alpha: bool§use_visibility_hint: bool§use_depth_proxy: bool§use_normal_proxy: bool§use_motion_proxy: bool§use_neighborhood_proxy: bool§use_thin_proxy: bool§use_history_instability: bool§use_grammar: bool§parameters: HostSupervisionParametersTrait Implementations§
Source§impl Clone for HostSupervisionProfile
impl Clone for HostSupervisionProfile
Source§fn clone(&self) -> HostSupervisionProfile
fn clone(&self) -> HostSupervisionProfile
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 HostSupervisionProfile
impl Debug for HostSupervisionProfile
Auto Trait Implementations§
impl Freeze for HostSupervisionProfile
impl RefUnwindSafe for HostSupervisionProfile
impl Send for HostSupervisionProfile
impl Sync for HostSupervisionProfile
impl Unpin for HostSupervisionProfile
impl UnsafeUnpin for HostSupervisionProfile
impl UnwindSafe for HostSupervisionProfile
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