pub struct XCBDrawable(pub u32);
Available on crate feature
xcb
only.Tuple Fields§
§0: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XCBDrawable
impl RefUnwindSafe for XCBDrawable
impl Send for XCBDrawable
impl Sync for XCBDrawable
impl Unpin for XCBDrawable
impl UnwindSafe for XCBDrawable
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