Struct x11_dl::xcursor::_XcursorComment
source · #[repr(C)]pub struct _XcursorComment {
pub version: XcursorUInt,
pub comment_type: XcursorUInt,
pub comment: *mut c_char,
}
Fields§
§version: XcursorUInt
§comment_type: XcursorUInt
§comment: *mut c_char
Trait Implementations§
source§impl Clone for _XcursorComment
impl Clone for _XcursorComment
source§fn clone(&self) -> _XcursorComment
fn clone(&self) -> _XcursorComment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XcursorComment
impl Debug for _XcursorComment
impl Copy for _XcursorComment
Auto Trait Implementations§
impl Freeze for _XcursorComment
impl RefUnwindSafe for _XcursorComment
impl !Send for _XcursorComment
impl !Sync for _XcursorComment
impl Unpin for _XcursorComment
impl UnwindSafe for _XcursorComment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more