Struct gegl_sys::GeglLookup
source · #[repr(C)]pub struct GeglLookup {
pub function: GeglLookupFunction,
pub data: gpointer,
pub shift: c_int,
pub positive_min: u32,
pub positive_max: u32,
pub negative_min: u32,
pub negative_max: u32,
pub bitmask: [u32; 25600],
/* private fields */
}
Fields§
§function: GeglLookupFunction
§data: gpointer
§shift: c_int
§positive_min: u32
§positive_max: u32
§negative_min: u32
§negative_max: u32
§bitmask: [u32; 25600]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GeglLookup
impl !Send for GeglLookup
impl !Sync for GeglLookup
impl Unpin for GeglLookup
impl UnwindSafe for GeglLookup
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