pub struct GArrayU { /* private fields */ }
Trait Implementations§
source§impl Boxed for GArrayU
impl Boxed for GArrayU
source§impl GArrayUTrait for GArrayU
impl GArrayUTrait for GArrayU
fn as_raw_mut_GArrayU(&mut self) -> *mut c_void
source§impl GArrayUTraitConst for GArrayU
impl GArrayUTraitConst for GArrayU
fn as_raw_GArrayU(&self) -> *const c_void
impl Send for GArrayU
Auto Trait Implementations§
impl RefUnwindSafe for GArrayU
impl !Sync for GArrayU
impl Unpin for GArrayU
impl UnwindSafe for GArrayU
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