Struct cairo::XCBDrawable
source · pub struct XCBDrawable(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Debug for XCBDrawable
impl Debug for XCBDrawable
Auto Trait Implementations§
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