#[repr(C)]pub struct _XcursorComments {
pub ncomment: c_int,
pub comments: *mut *mut XcursorComment,
}
Fields§
§ncomment: c_int
§comments: *mut *mut XcursorComment
Trait Implementations§
Source§impl Clone for _XcursorComments
impl Clone for _XcursorComments
Source§fn clone(&self) -> _XcursorComments
fn clone(&self) -> _XcursorComments
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 _XcursorComments
impl Debug for _XcursorComments
impl Copy for _XcursorComments
Auto Trait Implementations§
impl Freeze for _XcursorComments
impl RefUnwindSafe for _XcursorComments
impl !Send for _XcursorComments
impl !Sync for _XcursorComments
impl Unpin for _XcursorComments
impl UnwindSafe for _XcursorComments
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