#[repr(C)]pub struct XExtData {
pub number: c_int,
pub next: *mut XExtData,
pub free_private: Option<unsafe extern "C" fn() -> c_int>,
pub private_data: XPointer,
}
Fields§
§number: c_int
§next: *mut XExtData
§free_private: Option<unsafe extern "C" fn() -> c_int>
§private_data: XPointer
Auto Trait Implementations§
impl Freeze for XExtData
impl RefUnwindSafe for XExtData
impl !Send for XExtData
impl !Sync for XExtData
impl Unpin for XExtData
impl UnwindSafe for XExtData
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