pub struct BindingBuilder<'a> { /* private fields */ }Implementations§
Source§impl BindingBuilder<'_>
impl BindingBuilder<'_>
pub fn flags(self, flags: SettingsBindFlags) -> Self
Sourcepub fn no_sensitivity(self) -> Self
pub fn no_sensitivity(self) -> Self
Set the binding flags to NO_SENSITIVITY.
Sourcepub fn get_no_changes(self) -> Self
pub fn get_no_changes(self) -> Self
Set the binding flags to GET_NO_CHANGES.
Sourcepub fn invert_boolean(self) -> Self
pub fn invert_boolean(self) -> Self
Set the binding flags to INVERT_BOOLEAN.