Struct cairo::XCBDrawable
source · [−]pub struct XCBDrawable(pub u32);
Tuple Fields
0: u32
Trait Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more