#[repr(C)]pub struct NiSwitchNode;
Auto Trait Implementations§
impl Freeze for NiSwitchNode
impl RefUnwindSafe for NiSwitchNode
impl Send for NiSwitchNode
impl Sync for NiSwitchNode
impl Unpin for NiSwitchNode
impl UnwindSafe for NiSwitchNode
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