pub struct RefFunc(pub Option<FuncAddr>);
Tuple Fields§
§0: Option<FuncAddr>
Trait Implementations§
impl Copy for RefFunc
impl StructuralPartialEq for RefFunc
Auto Trait Implementations§
impl Freeze for RefFunc
impl RefUnwindSafe for RefFunc
impl Send for RefFunc
impl Sync for RefFunc
impl Unpin for RefFunc
impl UnwindSafe for RefFunc
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