pub struct XCBScreen(pub NonNull<xcb_screen_t>);
Tuple Fields
0: NonNull<xcb_screen_t>
Implementations
sourceimpl XCBScreen
impl XCBScreen
pub fn to_raw_none(&self) -> *mut xcb_screen_t
pub unsafe fn from_raw_none(ptr: *mut xcb_screen_t) -> XCBScreen
pub unsafe fn from_raw_borrow(ptr: *mut xcb_screen_t) -> Borrowed<XCBScreen>
pub unsafe fn from_raw_full(ptr: *mut xcb_screen_t) -> XCBScreen
Trait Implementations
sourceimpl FromGlibPtrBorrow<*mut xcb_screen_t> for XCBScreen
impl FromGlibPtrBorrow<*mut xcb_screen_t> for XCBScreen
sourceunsafe fn from_glib_borrow(ptr: *mut xcb_screen_t) -> Borrowed<XCBScreen>
unsafe fn from_glib_borrow(ptr: *mut xcb_screen_t) -> Borrowed<XCBScreen>
Safety Read more
sourceimpl FromGlibPtrFull<*mut xcb_screen_t> for XCBScreen
impl FromGlibPtrFull<*mut xcb_screen_t> for XCBScreen
sourceunsafe fn from_glib_full(ptr: *mut xcb_screen_t) -> XCBScreen
unsafe fn from_glib_full(ptr: *mut xcb_screen_t) -> XCBScreen
Safety Read more
sourceimpl FromGlibPtrNone<*mut xcb_screen_t> for XCBScreen
impl FromGlibPtrNone<*mut xcb_screen_t> for XCBScreen
sourceunsafe fn from_glib_none(ptr: *mut xcb_screen_t) -> XCBScreen
unsafe fn from_glib_none(ptr: *mut xcb_screen_t) -> XCBScreen
Safety Read more
sourceimpl<'a> ToGlibPtr<'a, *mut xcb_screen_t> for &'a XCBScreen
impl<'a> ToGlibPtr<'a, *mut xcb_screen_t> for &'a XCBScreen
type Storage = &'a XCBScreen
sourcefn to_glib_none(&self) -> Stash<'a, *mut xcb_screen_t, &'a XCBScreen>
fn to_glib_none(&self) -> Stash<'a, *mut xcb_screen_t, &'a XCBScreen>
Transfer: none. Read more
sourcefn to_glib_container(&'a self) -> Stash<'a, P, Self>
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
sourcefn to_glib_full(&self) -> P
fn to_glib_full(&self) -> P
Transfer: full. Read more
Auto Trait Implementations
impl RefUnwindSafe for XCBScreen
impl !Send for XCBScreen
impl !Sync for XCBScreen
impl Unpin for XCBScreen
impl UnwindSafe for XCBScreen
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