#[repr(C)]pub struct SpiceCursorChannel {
pub parent: SpiceChannel,
pub priv_: *mut SpiceCursorChannelPrivate,
}Fields§
§parent: SpiceChannel§priv_: *mut SpiceCursorChannelPrivateTrait Implementations§
Source§impl Clone for SpiceCursorChannel
impl Clone for SpiceCursorChannel
Source§fn clone(&self) -> SpiceCursorChannel
fn clone(&self) -> SpiceCursorChannel
Returns a duplicate 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 SpiceCursorChannel
impl Debug for SpiceCursorChannel
impl Copy for SpiceCursorChannel
Auto Trait Implementations§
impl Freeze for SpiceCursorChannel
impl RefUnwindSafe for SpiceCursorChannel
impl !Send for SpiceCursorChannel
impl !Sync for SpiceCursorChannel
impl Unpin for SpiceCursorChannel
impl UnwindSafe for SpiceCursorChannel
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