#[repr(C)]pub struct _GStaticResource {
pub data: *const guint8,
pub data_len: gsize,
pub resource: *mut GResource,
pub next: *mut GStaticResource,
pub padding: gpointer,
}Fields§
§data: *const guint8§data_len: gsize§resource: *mut GResource§next: *mut GStaticResource§padding: gpointerTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GStaticResource
impl RefUnwindSafe for _GStaticResource
impl !Send for _GStaticResource
impl !Sync for _GStaticResource
impl Unpin for _GStaticResource
impl UnwindSafe for _GStaticResource
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