pub struct CVastMacroRef { /* private fields */ }Auto Trait Implementations§
impl Freeze for CVastMacroRef
impl RefUnwindSafe for CVastMacroRef
impl Send for CVastMacroRef
impl Sync for CVastMacroRef
impl Unpin for CVastMacroRef
impl UnsafeUnpin for CVastMacroRef
impl UnwindSafe for CVastMacroRef
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