#[repr(C)]pub struct xcb_str_t {
pub name_len: u8,
}Fields§
§name_len: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for xcb_str_t
impl RefUnwindSafe for xcb_str_t
impl Send for xcb_str_t
impl Sync for xcb_str_t
impl Unpin for xcb_str_t
impl UnwindSafe for xcb_str_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