Struct glib_sys::GStaticPrivate
source · #[repr(C)]pub struct GStaticPrivate {
pub index: c_uint,
}
Fields§
§index: c_uint
Trait Implementations§
source§impl Clone for GStaticPrivate
impl Clone for GStaticPrivate
source§fn clone(&self) -> GStaticPrivate
fn clone(&self) -> GStaticPrivate
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 GStaticPrivate
impl Debug for GStaticPrivate
impl Copy for GStaticPrivate
Auto Trait Implementations§
impl RefUnwindSafe for GStaticPrivate
impl Send for GStaticPrivate
impl Sync for GStaticPrivate
impl Unpin for GStaticPrivate
impl UnwindSafe for GStaticPrivate
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