#[repr(C)]pub struct Effect {}Expand description
Structs
Fields§
§child: *mut GOBJ§gobj: *mut GOBJ§x8: c_int§xc: c_int§callback: *mut c_void§x14: c_int§x18: c_int§x1c: c_int§x20: f32§lifetime: c_short§x26: c_char§x27: c_char§x28: c_char§x29: c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for Effect
impl RefUnwindSafe for Effect
impl !Send for Effect
impl !Sync for Effect
impl Unpin for Effect
impl UnwindSafe for Effect
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