#[repr(C)]pub struct gsu_integer {
pub getfn: Option<unsafe extern "C" fn(arg1: Param) -> zlong>,
pub setfn: Option<unsafe extern "C" fn(arg1: Param, arg2: zlong)>,
pub unsetfn: Option<unsafe extern "C" fn(arg1: Param, arg2: c_int)>,
}Fields§
§getfn: Option<unsafe extern "C" fn(arg1: Param) -> zlong>§setfn: Option<unsafe extern "C" fn(arg1: Param, arg2: zlong)>§unsetfn: Option<unsafe extern "C" fn(arg1: Param, arg2: c_int)>Trait Implementations§
Source§impl Clone for gsu_integer
impl Clone for gsu_integer
Source§fn clone(&self) -> gsu_integer
fn clone(&self) -> gsu_integer
Returns a duplicate 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 gsu_integer
impl Debug for gsu_integer
impl Copy for gsu_integer
Auto Trait Implementations§
impl Freeze for gsu_integer
impl RefUnwindSafe for gsu_integer
impl Send for gsu_integer
impl Sync for gsu_integer
impl Unpin for gsu_integer
impl UnwindSafe for gsu_integer
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