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