Struct x11rb::xcb_ffi::raw_ffi::xcb_extension_t
source · #[repr(C)]pub(crate) struct xcb_extension_t {
pub(crate) name: *const c_char,
pub(crate) global_id: c_int,
}
Fields§
§name: *const c_char
§global_id: c_int
Auto Trait Implementations§
impl Freeze for xcb_extension_t
impl RefUnwindSafe for xcb_extension_t
impl !Send for xcb_extension_t
impl !Sync for xcb_extension_t
impl Unpin for xcb_extension_t
impl UnwindSafe for xcb_extension_t
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