Struct cairo::XCBConnection [−][src]
pub struct XCBConnection(pub NonNull<xcb_connection_t>);
Implementations
Trait Implementations
Safety Read more
Safety Read more
Safety Read more
type Storage = &'a XCBConnection
Transfer: none. Read more
Transfer: container. Read more
Transfer: full. Read more
Auto Trait Implementations
impl RefUnwindSafe for XCBConnection
impl !Send for XCBConnection
impl !Sync for XCBConnection
impl Unpin for XCBConnection
impl UnwindSafe for XCBConnection
Blanket Implementations
Mutably borrows from an owned value. Read more