Struct cairo::XCBRenderPictFormInfo
source · [−]pub struct XCBRenderPictFormInfo(pub NonNull<xcb_render_pictforminfo_t>);
Tuple Fields
0: NonNull<xcb_render_pictforminfo_t>
Implementations
sourceimpl XCBRenderPictFormInfo
impl XCBRenderPictFormInfo
pub fn to_raw_none(&self) -> *mut xcb_render_pictforminfo_t
pub unsafe fn from_raw_none(
ptr: *mut xcb_render_pictforminfo_t
) -> XCBRenderPictFormInfo
pub unsafe fn from_raw_borrow(
ptr: *mut xcb_render_pictforminfo_t
) -> Borrowed<XCBRenderPictFormInfo>
pub unsafe fn from_raw_full(
ptr: *mut xcb_render_pictforminfo_t
) -> XCBRenderPictFormInfo
Trait Implementations
sourceimpl Clone for XCBRenderPictFormInfo
impl Clone for XCBRenderPictFormInfo
sourcefn clone(&self) -> XCBRenderPictFormInfo
fn clone(&self) -> XCBRenderPictFormInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XCBRenderPictFormInfo
impl Debug for XCBRenderPictFormInfo
sourceimpl Display for XCBRenderPictFormInfo
impl Display for XCBRenderPictFormInfo
sourceimpl FromGlibPtrBorrow<*mut xcb_render_pictforminfo_t> for XCBRenderPictFormInfo
impl FromGlibPtrBorrow<*mut xcb_render_pictforminfo_t> for XCBRenderPictFormInfo
sourceunsafe fn from_glib_borrow(
ptr: *mut xcb_render_pictforminfo_t
) -> Borrowed<XCBRenderPictFormInfo>
unsafe fn from_glib_borrow(
ptr: *mut xcb_render_pictforminfo_t
) -> Borrowed<XCBRenderPictFormInfo>
Safety Read more
sourceimpl FromGlibPtrFull<*mut xcb_render_pictforminfo_t> for XCBRenderPictFormInfo
impl FromGlibPtrFull<*mut xcb_render_pictforminfo_t> for XCBRenderPictFormInfo
sourceunsafe fn from_glib_full(
ptr: *mut xcb_render_pictforminfo_t
) -> XCBRenderPictFormInfo
unsafe fn from_glib_full(
ptr: *mut xcb_render_pictforminfo_t
) -> XCBRenderPictFormInfo
Safety Read more
sourceimpl FromGlibPtrNone<*mut xcb_render_pictforminfo_t> for XCBRenderPictFormInfo
impl FromGlibPtrNone<*mut xcb_render_pictforminfo_t> for XCBRenderPictFormInfo
sourceunsafe fn from_glib_none(
ptr: *mut xcb_render_pictforminfo_t
) -> XCBRenderPictFormInfo
unsafe fn from_glib_none(
ptr: *mut xcb_render_pictforminfo_t
) -> XCBRenderPictFormInfo
Safety Read more
sourceimpl<'a> ToGlibPtr<'a, *mut xcb_render_pictforminfo_t> for &'a XCBRenderPictFormInfo
impl<'a> ToGlibPtr<'a, *mut xcb_render_pictforminfo_t> for &'a XCBRenderPictFormInfo
type Storage = &'a XCBRenderPictFormInfo
sourcefn to_glib_none(
&self
) -> Stash<'a, *mut xcb_render_pictforminfo_t, &'a XCBRenderPictFormInfo>
fn to_glib_none(
&self
) -> Stash<'a, *mut xcb_render_pictforminfo_t, &'a XCBRenderPictFormInfo>
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 XCBRenderPictFormInfo
impl !Send for XCBRenderPictFormInfo
impl !Sync for XCBRenderPictFormInfo
impl Unpin for XCBRenderPictFormInfo
impl UnwindSafe for XCBRenderPictFormInfo
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