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