#[repr(C)]pub struct GRWLock {
pub p: gpointer,
pub i: [c_uint; 2],
}
Fields§
§p: gpointer
§i: [c_uint; 2]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GRWLock
impl !Send for GRWLock
impl !Sync for GRWLock
impl Unpin for GRWLock
impl UnwindSafe for GRWLock
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