Enum gdk_sys::GdkSettingAction
[−]
[src]
#[repr(C)]pub enum GdkSettingAction { New, Changed, Deleted, }
Variants
NewChangedDeletedTrait Implementations
impl Clone for GdkSettingAction[src]
fn clone(&self) -> GdkSettingAction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more