#[repr(C)]pub struct _XcursorComment {
pub version: u32,
pub comment_type: u32,
pub comment: *mut i8,
}Fields§
§version: u32§comment_type: u32§comment: *mut i8Trait 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 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