Struct libvips_rs::bindings::_GQueue
source · #[repr(C)]pub struct _GQueue {
pub head: *mut GList,
pub tail: *mut GList,
pub length: guint,
}
Fields§
§head: *mut GList
§tail: *mut GList
§length: guint
Trait Implementations§
source§impl PartialEq<_GQueue> for _GQueue
impl PartialEq<_GQueue> for _GQueue
impl Copy for _GQueue
impl Eq for _GQueue
impl StructuralEq for _GQueue
impl StructuralPartialEq for _GQueue
Auto Trait Implementations§
impl RefUnwindSafe for _GQueue
impl !Send for _GQueue
impl !Sync for _GQueue
impl Unpin for _GQueue
impl UnwindSafe for _GQueue
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