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