Struct gobject_sys::GParamSpecChar
source · #[repr(C)]pub struct GParamSpecChar {
pub parent_instance: GParamSpec,
pub minimum: i8,
pub maximum: i8,
pub default_value: i8,
}
Fields§
§parent_instance: GParamSpec
§minimum: i8
§maximum: i8
§default_value: i8
Trait Implementations§
source§impl Clone for GParamSpecChar
impl Clone for GParamSpecChar
source§fn clone(&self) -> GParamSpecChar
fn clone(&self) -> GParamSpecChar
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 GParamSpecChar
impl Debug for GParamSpecChar
impl Copy for GParamSpecChar
Auto Trait Implementations§
impl RefUnwindSafe for GParamSpecChar
impl !Send for GParamSpecChar
impl !Sync for GParamSpecChar
impl Unpin for GParamSpecChar
impl UnwindSafe for GParamSpecChar
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