Struct cairo::XCBScreen [−][src]
pub struct XCBScreen(pub NonNull<xcb_screen_t>);
Tuple Fields
0: NonNull<xcb_screen_t>
Implementations
Trait Implementations
Safety Read more
Safety Read more
Safety Read more
Auto Trait Implementations
impl RefUnwindSafe for XCBScreen
impl UnwindSafe for XCBScreen
Blanket Implementations
Mutably borrows from an owned value. Read more