Struct gegl_sys::GeglParamSpecEnum
source · #[repr(C)]pub struct GeglParamSpecEnum {
pub parent_instance: GParamSpecEnum,
pub excluded_values: *mut GSList,
}
Fields§
§parent_instance: GParamSpecEnum
§excluded_values: *mut GSList
Trait Implementations§
source§impl Clone for GeglParamSpecEnum
impl Clone for GeglParamSpecEnum
source§fn clone(&self) -> GeglParamSpecEnum
fn clone(&self) -> GeglParamSpecEnum
Returns a copy 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 GeglParamSpecEnum
impl Debug for GeglParamSpecEnum
impl Copy for GeglParamSpecEnum
Auto Trait Implementations§
impl RefUnwindSafe for GeglParamSpecEnum
impl !Send for GeglParamSpecEnum
impl !Sync for GeglParamSpecEnum
impl Unpin for GeglParamSpecEnum
impl UnwindSafe for GeglParamSpecEnum
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