#[repr(C)]pub struct GskDebugNode { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GskDebugNode
impl RefUnwindSafe for GskDebugNode
impl !Send for GskDebugNode
impl !Sync for GskDebugNode
impl !Unpin for GskDebugNode
impl UnwindSafe for GskDebugNode
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